Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have a formview in my mfc application which contain buttons on left side as menu. Is it possible to load different dialog boxes to the client area of that formview on clicking different menu buttons,or to some controls like custom control or groupbox in formview

Thanks in advance.
Posted
Comments
Sergey Alexandrovich Kryukov 7-Jul-11 13:04pm    
Why doing something like that? What do you want to achieve?
--SA
sandeepnayathil 7-Jul-11 14:08pm    
I have menu buttons and on clicking each menu button i need to have some controls on right side of formview.So whether i need to create controls dynamically or create on formview and make them visible according to the menu button click?
Is there any other solution?
sandeepnayathil 8-Jul-11 1:15am    
Please help me

1 solution

A dialog box is a modal window designed to work as a top-level window in a modal mode only, that is, not giving access until its modal state finished and the dialog is closed. A CFormView instance is a container for controls. The idea of sticking one into another sounds weird to say the least. Makes no sense.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900