Groups | Search | Server Info | Login | Register
Groups > comp.os.ms-windows.programmer.misc > #42
| Newsgroups | comp.os.ms-windows.programmer.misc |
|---|---|
| Date | 2017-03-03 08:51 -0800 |
| References | <gfgCZDg@quack.kfu.com> <ZWEITZE.40.0032CB47@et.tudelft.nl> |
| Message-ID | <ca76c3ca-2ba9-40cb-bb0f-169412c9005d@googlegroups.com> (permalink) |
| Subject | Re: Window message order after WM_CREATE |
| From | copperpotq@gmail.com |
On Thursday, March 31, 1994 at 1:15:31 PM UTC-5, Zweitze de Vries wrote: > In article <gfgCZDg@quack.kfu.com> > kurtv@quack.kfu.com (Kurt Vogel) writes: > > >I need to perform some initialization after the frame window is > >created (after WM_CREATE), but before the first WM_PAINT message. Are > >there any window messages that I can process that come after WM_CREATE > >and before WM_PAINT that gets called only once per instance? > > I'd try WM_GETMINMAXINFO > -- > Zweitze de Vries zweitze@et.tudelft.nl > Faculty of Electrotechnics > Delft University of Technology > Netherlands Never trust a virtual machine WM_GETMINMAXINFO is (not sure if often, or always) the first message a WndProc gets.
Back to comp.os.ms-windows.programmer.misc | Previous | Next | Find similar
Re: Window message order after WM_CREATE copperpotq@gmail.com - 2017-03-03 08:51 -0800
csiph-web