Calling Fns in formview
C / C++ / MFC
2
Posts
1
Posters
0
Views
1
Watching
-
Hi The question looks simple... I m using splitter window with various forms in right hand view(CFormView) In One of the Form i have created a funtion. I need to call this function in another FormView. I m tryin the following way " CForm1 Frm1; Frm1.Functionname();" But i get error as Cannot access protected Class Can anyone help me...
-
Hi The question looks simple... I m using splitter window with various forms in right hand view(CFormView) In One of the Form i have created a funtion. I need to call this function in another FormView. I m tryin the following way " CForm1 Frm1; Frm1.Functionname();" But i get error as Cannot access protected Class Can anyone help me...