Hi,
How and where do I add PreTranslateMessage() within an existing MFC generated SDI application?
Andy
Printable View
Hi,
How and where do I add PreTranslateMessage() within an existing MFC generated SDI application?
Andy
To add this function rclick in cless view on class u want this function and choose Add virtual function.....
This function can be added to any class derived from CWnd
Regards,
Ovidiu