TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gustavo
NA
1.3k
454.3k
Pass string to another form. Need a simpler way.
Feb 20 2010 4:49 PM
Hello:
I have the floowing code many many times in my code. Is there a way to code it into 1 or 2 lines?
string
NYIMessage =
"New"
;
FormNYI
FormNYI =
new
FormNYI
();
// Form Not Yet Implemented Dialog
FormNYI.ShowDialog(
ref
NYIMessage);
Reply
Answers (
5
)
How to fetch aspx page values at HTML page
Change MDIChild buttom text from MDI Parent