how to call a function outside class??
-
In SDI CView-based application, in OnOK() of CDialog class, how to call a function in CView? For example: when clicking a button on a dialog, invoke a funtion in CView to invalidate drawing on the view thanks very much! don't stop me now!!!
-
In SDI CView-based application, in OnOK() of CDialog class, how to call a function in CView? For example: when clicking a button on a dialog, invoke a funtion in CView to invalidate drawing on the view thanks very much! don't stop me now!!!
unidentify wrote: In SDI CView-based application, in OnOK() of CDialog class, how to call a function in CView? Using OnOK() will be not right method, i think you better use Custom Window Messages!!! keep smilling.....b'coz smile is the shortest distance between people....
-
unidentify wrote: In SDI CView-based application, in OnOK() of CDialog class, how to call a function in CView? Using OnOK() will be not right method, i think you better use Custom Window Messages!!! keep smilling.....b'coz smile is the shortest distance between people....
My project is Splitter window application. First view is inherrited from CFormView. Two other view is CView-based. This class add 3 class that inherrited from CPeropertyPage to use as Tabbed control and follow that there are 3 Dialog. Then I want each event occur at these dialog (clicking an button) will be display an message in second view (in OnDraw()) Please help me!! Thanks a lot. don't stop me now!!!