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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top