|
-
January 23rd, 2004, 04:26 PM
#1
Passing a dialog between threads.
i create a dialog in the main thread of my mfc app using the Create() function. (im not going to post the code because its overcomplicated and messy, and will just confuse things). I need to be able to access this dialog (it's GUI) from another thread). I have read some msdn stuff on this, which says to pass it by handle, but as soon as i create the dialog from the handle in the thread im passing it to, it's m_hWnd variable is set to null. please help!
mankeyrabbit
-
January 23rd, 2004, 04:36 PM
#2
Take a look at the following FAQ...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|