View Single Post
  #2 (permalink)  
Old 07-30-2007, 12:51 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Default Re: How can communicate between child and parent windows in VC++ win32 application?

When you click a button with the mouse the child window control sends a WM_COMMAND message to its parent window. The program traps the WM_COMMAND message and displays the values of wparam (child window ID and notification code) and lparam (child window handle). The notification code indicates in more detail what the message means.
__________________
The OXYGEN
Delivers edgy, intelligent Technology to all...
Reply With Quote