B
Brian Reed
I would like to handle custom messages in my windows form/application. In
ATL, I derived from CWindowImpl and added message handlers to my message
map. In VB Code requires me to hook into the WinProc to handle messages.
How can I achieve the same thing in C#? Do I have to hook into the WinProc,
or can I just add message handlers?
ATL, I derived from CWindowImpl and added message handlers to my message
map. In VB Code requires me to hook into the WinProc to handle messages.
How can I achieve the same thing in C#? Do I have to hook into the WinProc,
or can I just add message handlers?