Notification when a window is subclassed
- From: Ranjit <ranjitiyer@xxxxxxxxx>
- Date: Tue, 8 Apr 2008 09:43:28 -0700 (PDT)
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
.
- Follow-Ups:
- Re: Notification when a window is subclassed
- From: Ajay Kalra
- Re: Notification when a window is subclassed
- From: Joseph M . Newcomer
- Re: Notification when a window is subclassed
- From: AliR \(VC++ MVP\)
- Re: Notification when a window is subclassed
- Prev by Date: Re: Visual C++ 2008 Feature Pack
- Next by Date: Re: Notification when a window is subclassed
- Previous by thread: window's image remained after application closed
- Next by thread: Re: Notification when a window is subclassed
- Index(es):
Relevant Pages
|