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.4k
Is theApplication.OpenForms to much overhead for the program?
Mar 5 2010 3:17 PM
Hello:
I have this code. Is theApplication.OpenForms to much overhead for the program?
((
FormICEPack
)
Application
.OpenForms[
"FormICEPack"
]).textBoxLoginUser_ID.Text = textBoxUser_ID.Text;
((
FormICEPack
)
Application
.OpenForms[
"FormICEPack"
]).textBoxLoginPassword.Text = textBoxPassword.Text;
((
FormICEPack
)
Application
.OpenForms[
"FormICEPack"
]).textBoxLoginProfile_ID.Text = textBoxProfileLogin_ID.Text;
((
FormICEPack
)
Application
.OpenForms[
"FormICEPack"
]).textBoxLoginProfileServer.Text = textBoxProfileServer.Text;
((
FormICEPack
)
Application
.OpenForms[
"FormICEPack"
]).textBoxLoginProfileServerType.Text = textBoxProfileServerType.Text;
((
FormICEPack
)
Application
.OpenForms[
"FormICEPack"
]).textBoxLoginProfileLogin_ID.Text = textBoxProfileLogin_ID.Text;
((
FormICEPack
)
Application
.OpenForms[
"FormICEPack"
]).textBoxLoginProfilePassword.Text = textBoxProfilePassword.Text;
((
FormICEPack
)
Application
.OpenForms[
"FormICEPack"
]).textBoxLoginProfileDatabase.Text = textBoxProfileDatabase.Text;
Reply
Answers (
5
)
How do I:MDIParect calls MDIChild... MDIParent wait till MDIChild close to continue.
How to check if a sound file is a .wav file in C# ?