B
Bonj
what is windows message 36? It seems to be getting fired to my wndproc even
before WM_CREATE.
before WM_CREATE.
Bonj said:what is windows message 36? It seems to be getting fired to my wndproc even
before WM_CREATE.
Bonj said:Is it needed to be handled in a certain way, as it keeps firing before my
WM_CREATE message? A couple of others aswell actually, WM_CREATE is about
the fourth in the early stages of the newborn window's lifetime.
Bonj said:OK, it gets 36 (getminmaxinfo), 129 (wm_nccreate), then 131, then WM_CREATE
(which is 1).
What's 131?
Bonj said:OK Thanks. Did you just know that off the top of your head?
Bonj said:OK, it gets 36 (getminmaxinfo), 129 (wm_nccreate), then 131, then WM_CREATE
(which is 1).
What's 131?
Jeff Partch said:Know which? I knew the message, knew the kb article was there, but did not
know the kb id or URL.
Bonj said:OK, it gets 36 (getminmaxinfo), 129 (wm_nccreate), then 131, then WM_CREATE
(which is 1).
What's 131?
Go learn to use google and / or windows.h tard
Here'sBonj said:OK, it gets 36 (getminmaxinfo), 129 (wm_nccreate), then 131, then WM_CREATE
(which is 1).
What's 131?
before
my
How can you compile anyhting if you don't have it ????Bonj said:Well I would if I only HAD a windows.h!!!
Arnaud Debaene said:How can you compile anyhting if you don't have it ????
Arnaud
MVP - VC
Bonj said:I use Borland