Re: CreateDialog and sending a WM_NOTIFY from it
"R.Wieser" <[email protected]>
| Newsgroups | alt.comp.os.windows-xp,alt.windows7.general,comp.os.ms-windows.programmer.win32 |
|---|---|
| Organization | A noiseless patient Spider |
| Message-ID | <[email protected]> |
Woodrow, >> The dialog in question is, for all intents and purposes, a child of the >> dialog that created it ... > In Microsoft's documentation, that is not what what a child window is. I know. Why do you think I said "for all intents and purposes" ? > Microsoft's documentation for WM_NOTIFY ... > Sent by a common control to its parent window when an event has occurred > or the control requires some information. Absolutily true. The problem is that you read that as an exclusion of everything else. I don't. I have a counter example : https://learn.microsoft.com/en-us/windows/win32/dlgbox/customizing-common-dialog-boxes [quote] Common dialog boxes use messages to notify your window procedure or hook procedure when certain events occur. [/quote] By the way: I really hate it that MS talks about "windows" regardless of if they are used as controls or ... whats the name for a window thats used to place controls on ? You know, the equivalent of a Dialog. The ambiguity of that word makes it quite hard to be certain what their own documentation is actually talking about. :-( Regards, Rudy Wieser