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