Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. uncool

    How to send messages to the dialog in the other thread?

    thanks rick, it's ok now
  2. uncool

    How to send messages to the dialog in the other thread?

    ( Sorry I don't know how to edit my posted messages ) The dialog is started within the newly created thread, in other word, the dialog is not a member of the main dialog. I tried to use AfxGetApp->m_pMainWnd to visit the main dialog, failed. And I also tried to post some messages to the thread...
  3. uncool

    How to send messages to the dialog in the other thread?

    thanks pete and rick! Sorry I didn't make my question clear:) I knew how to send messages with Post/SendMessage but does it mean that I need to make the dialog a global variable? I hate this:( I don't know how to visit this dialog class in the Main Dialog. Because the dialog is started with a...
  4. uncool

    How to send messages to the dialog in the other thread?

    I created a dialog based mfc project in which another dialog can be started with a new thread. My question is that how can i send some messages to the newly started dialog in the main dialog? TIA.

Part and Inventory Search

Back
Top