Subclassing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I need to subclass a form; i.e. I want to catch wm_ messages. I tried to use
::SetWindowLong(hwnd, GWL_WNDPROC, myDelegate) but without succeess: it gives
NotSupportedException at runtime.

Is it possible at all?
 
hi, this be correct
althrought full .net framwork supports winform subclassing
but .net cf not
you may google by search MessageWindows class

wish this help

Eric
 
Back
Top