This is a discussion on How can communicate between child and parent windows in VC++ win32 application? within the C and C++ Programming forums, part of the Software Development category; How can communicate between child and parent windows in VC++ win32 application?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| 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... |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need to close parent window after closing child window. | S.Vinothkumar | ASP and ASP.NET Programming | 6 | 11-05-2007 06:08 AM |
| Is it possible to close the parent window (main web browser window) from a child win | gp_logesh | HTML, CSS and Javascript Coding Techniques | 1 | 10-29-2007 04:53 AM |
| How to select a value from a child form and send it to parent form? | GDevakii | ASP and ASP.NET Programming | 1 | 09-20-2007 10:14 PM |
| How to pass the value from the child window to parent window in javascript? | kingmaker | HTML, CSS and Javascript Coding Techniques | 1 | 09-04-2007 03:18 AM |
| How to delete a row from parent table that has relationship with the child tables? | $enthil | Database Support | 5 | 08-14-2007 09:04 AM |