Link to home
Start Free TrialLog in
Avatar of justborn
justborn

asked on

Pointer to CMainFrame class

How to get a pointer to CMainFrame class?
Is it possible to call CMainFrame class member from view class?

ASKER CERTIFIED SOLUTION
Avatar of VCGuru
VCGuru

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of VCGuru
VCGuru

Include "mainfrm.h" in your view class .cpp
Avatar of justborn

ASKER

So nice of you. I was not using the cast.
Thanks