Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
4
Answers
other way for hiding form
Majid Kamali
13y
1.3k
1
Reply
Hi.
in main form, Hide method does not work, but when I use code snippet below for hiding my form, it work.
What's the difference?
BeginInvoke
(
new
MethodInvoker
(
delegate
{
Hide
();
} ) );
Why Hide does not work but this method works?
Thanks
Post
Reset
Cancel
Answers (
4
)
Next Recommended Forum
Update requires a valid UpdateCommand when passed DataRow collection with modified rows.
How can create an image from a single page of a multi-page TIFF without ingesting the whole file?