| ||||||
| 5/26 |
| 2004/7/1-2 [Uncategorized] UID:31110 Activity:high |
`7/1 In win32 programming is there an overridable function or event that
occurs just after the window and controls are fully constructed and
displayed? Same question for wxWindows.
\_ In win32, usually after the default procedure handles WM_CREATE.
WM_INITDIALOG is sent for dialog boxes. |