Hi Dmitry,
Hi. I found a problem with SetWindowLong(..., GWL_WNDPROC, ...) using
Microwindows-0.91. If I install new WNDPROC on some widget with type T
("LISTBOX", for example), it will be installed on all widgets of type
T.
Thats correct by design!
Every window "class" uses only one event handler (class proc).
Eventually you want to use subclassing...
Please check a windoze bible like"Charles Petzold - Programming windows" for
more help...
Bye
Uwe
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]