Does anyone has such expirience?Share it please:
thanks

Re: Controls Subclassing in .NET by hirf-spam-me-here

hirf-spam-me-here
Tue Feb 10 14:29:05 CST 2004

* "=?Utf-8?B?U2xpbSBTaGFkeQ==?=" <LordDaemon@softhome.net> scripsit:
> Does anyone has such expirience?Share it please:)

Are you referring to "listening" to the WindowProc of a specific
control? You can do that by overriding its 'WndProc' method.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>

Re: Controls Subclassing in .NET by LordDaemon

LordDaemon
Wed Feb 11 01:21:06 CST 2004

actually not exactly - i want to be attached to a specific resource, in example an MDI Applciation and to monitor and track all user events on all the controls that application contains , toolbars , menus ..etc
is overriding of WndProc can be useful in this approach - i mean can i from inside to track which control from the tracked applicaiton was active and what message was passed

* "=?Utf-8?B?U2xpbSBTaGFkeQ==?=" <LordDaemon@softhome.net> scripsit
> Does anyone has such expirience?Share it please:

Are you referring to "listening" to the WindowProc of a specifi
control? You can do that by overriding its 'WndProc' method

--
Herfried K. Wagner [MVP
<http://www.mvps.org/dotnet

Does anyone has such expirience?Share it please:
thank