I know how to setup a window procedure. My question is, How do I give a button/listbox(etc.) its own WndProc?
This is a discussion on LISTBOX, BUTTON, etc. WndProc? within the Windows Programming forums, part of the Platform Specific Boards category; I know how to setup a window procedure. My question is, How do I give a button/listbox(etc.) its own WndProc?...
I know how to setup a window procedure. My question is, How do I give a button/listbox(etc.) its own WndProc?
Website(s): http://www16.brinkster.com/trifaze/
E-mail: trifaze_mattu@lycos.com
---------------------------------
C++ Environment: MSVC++ 6.0; Dev-C++ 4.0/4.1
DirectX Version: 9.0b
DX SDK: DirectX 8.1 SDK
This thread has an example of subclassing (overriding the default control WNDPROC).