Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi!,
I have one query regarding dialogue data passing in mfc dialogs,in which First Dialogue button generated event calls second dialogue,but first dialogue has connect button which receives data through serial continuously, so whenever I switched to another dialogue,this upcoming data should displayed on respective control of Second dialog?
How to achieve that by taking separate dialogs or take common control on all dialogs??
Posted

1 solution

You should handle the serial communication in a worker thread and dispatch the received data to whatever dialog's control needs it.
 
Share this answer
 
Comments
Venkat Raghvan 27-Aug-13 8:46am    
I received that data onInitDialog() of second dialogue but it not show!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900