|
-
April 6th, 1999, 08:31 AM
#1
SDI
Hi !
i want to call a function in my viewclass
from my mainclass.
how can i manage this ?
thanks
-
April 6th, 1999, 02:23 PM
#2
Re: SDI
I believe u are using SDI.
How about "GetActiveView()"?
God luck. 
Walter An
-
July 15th, 1999, 04:07 AM
#3
Re: SDI
CMyView* ptrView = ( CMyView*)AfxGetMainWnd();
ptrView->Funct1();
Try this code from frame, it may work
good luck,
Narayan Singh B.
Singh
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|