j***@eudoramail.com
2005-07-21 23:30:13 UTC
I'm using the standard VC++ MFC MDI app. I have a modeless window that
I launch from the MainFrm and I would like to have an event (say a
button click or a list view item click) fire off an event in the View
class.
Is this possible? I've try using the automatic Add event handler
(choosing the view class to associate the create event to) but it does
not work. I compiles and does not cause an error, but the event is not
fired.
Any help into this would be greatly appreciated.
Joshua
I launch from the MainFrm and I would like to have an event (say a
button click or a list view item click) fire off an event in the View
class.
Is this possible? I've try using the automatic Add event handler
(choosing the view class to associate the create event to) but it does
not work. I compiles and does not cause an error, but the event is not
fired.
Any help into this would be greatly appreciated.
Joshua