Click to See Complete Forum and Search --> : Can't process WM_NOTIFY with CFormView in .NET IDE?


BitTweaker
April 9th, 2004, 04:47 PM
Using .NET environment, I'm working on an MFC application.
I'm wanting to process TCN_SELCHANGE from a TabControl on a CFormView. All the documentation I've found says that I should be able to add a member function to handle WM_NOTIFY. However, when I go to the view class messages, there is no WM_NOTIFY. I find WM_PARENTNOTIFY, but it appears to be a different message (only processing create/destroy/click). The only examples I've found have message handling routines (that process all of the WM_ messages instead of using the functions created by the IDE).

Can't help but think I'm REALLY missing something.
Thanks in advance!

Andreas Masur
April 9th, 2004, 05:22 PM
[Moved thread]