G
Guest
I have a form class
public __gc class DualImageForm : public System::Windows::Forms::For
It is a MDI child and it ihas this function
protected: virtual void WndProc( Message *Msg
// DualImageForm:efWndProc(Msg)
// this->DefWndProc(Msg)
Form:efWndProc(Msg)
Once this function is in place, none of the toolbar buttons, on the form, work
I've tried several ways of handling the message (see commented lines)...none work
I eventually would like to handle custom window messages in the function
Any ideas on what I am missing
Thanks
Steve W
public __gc class DualImageForm : public System::Windows::Forms::For
It is a MDI child and it ihas this function
protected: virtual void WndProc( Message *Msg
// DualImageForm:efWndProc(Msg)
// this->DefWndProc(Msg)
Form:efWndProc(Msg)
Once this function is in place, none of the toolbar buttons, on the form, work
I've tried several ways of handling the message (see commented lines)...none work
I eventually would like to handle custom window messages in the function
Any ideas on what I am missing
Thanks
Steve W