Link to home
Start Free TrialLog in
Avatar of Jack020800
Jack020800Flag for India

asked on

Hi I want to create a formview application

Hello all. I want to create a formview application. In which I want to load different views. If I will click one button it should switch to another view. All these should happen in a single form. The language I am using is VC++/MFC.    
Avatar of alb66
alb66
Flag of Italy image

This sample explain hoe to switch to a different view:
http://www.codeproject.com/KB/docview/replacingview.aspx
there are a couple of articles at codeproject that describe how to switch views in a SDI application:
http://www.codeproject.com/KB/docview/replacingview.aspx
http://www.codeproject.com/KB/docview/switchingviews.aspx
ASKER CERTIFIED SOLUTION
Avatar of isprabu
isprabu

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 Jack020800

ASKER

Hi Isprabu.
                this actually solved my problem. Thanks to all for helping me in this regard.