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
taertman
NA
9
0
form locking up when calling form.show() from another thread
Apr 6 2004 10:31 AM
Basically i have this weird problem. I create a form in the main thread, this form i can show and hide at will via a procedure i've written for that. Now i call this procedure from another thread and it works fine except when the thread calls the form.show() method it tries to show the form, but the form is nonresponsive and is locked up. I lock() the form object before its accessed, so i dont think contention is an issue. My debugging results show that all threads that enter this procedure, exit it successfully. However, any thread that is not the main thread that calls the form.show() method causes the form in question to be partially shown and immediatly become nonresponsive.
Reply
Answers (
0
)
convert timespan datedifferents to float or int values .. plzz
Conway's Game Of Life