Notification when a window is subclassed

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Is there a way for an application to be notified when one of it's
windows is being subclassed?

The scenario am dealing with is that I subclass a window to take a
crack at a few messages. But the implementation of one of the messages
that am not interested in and hence destined for the OriginalWndProc
is seeming to subclass the Window once again. I am kinda lost at this
point, because neither am I getting those select messages anymore nor
am I being notified that the Window was further subclassed after I
did.

Any suggestions?
Ranjit
.



Relevant Pages

  • Re: scrolling in textbox Options
    ... Getting into subclass optimizing might be more than ... Basically, the way it works is that each window (form, ... When you use something like a textbox the messages ... Sub Main and a module-based close-down then you might need ...
    (microsoft.public.vb.general.discussion)
  • Re: RE-CREATION OF V/286 APP IN DOLPHIN
    ... app you demonstrate but for my app which has a context far beyond the ... it is typical that it would have one main window that effectively "owns" all the application objects and any further top level windows that are created. ... This transfers well to the deployed scenario where double clicking the EXE creates the main window (this is done in a RuntimeSessionManager subclass that you install) and closing this terminates the EXE. ... TestWindow guid: (GUID fromString: ...
    (comp.lang.smalltalk.dolphin)
  • Re: SoA Vs OO
    ... > several types T1...Tn which let says might inherit from one another ... Say the Window class contains a GdiHandle member. ... it's doing very, very crufty internal stuff, so the subclass can't even ... If refactoring tools were a solution, ...
    (comp.object)
  • Re: SoA Vs OO
    ... > several types T1...Tn which let says might inherit from one another ... Say the Window class contains a GdiHandle member. ... it's doing very, very crufty internal stuff, so the subclass can't even ... If refactoring tools were a solution, ...
    (comp.programming)
  • Re: Subclassing Dialog Window ?
    ... I want to subclass dialog box window. ... window procedure rules or dialog procedure rules? ... BOOL instead of LRESULT. ...
    (microsoft.public.win32.programmer.ui)