Click here to Skip to main content
15,885,767 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi all,

I am the beginner in VC++/C++, I want to know that how many types of dialog we can create in VC++/C++?

As what I know that we can create Win32 and MFC dialog. Is there any other type of dialog?

Under MFC dialog how many type of MFC dialog we can create?

Please let me know or give me some references where I can get some information about type of Dialog in C++ and VC++ ?
Posted
Updated 7-Jul-15 0:41am
v2
Comments
Suvendu Shekhar Giri 7-Jul-15 6:44am    
Why not a google search?

1 solution

There are only two types of dialog: modal and modeless. Whether you use MFC or pure Win32 the rules are the same. See https://msdn.microsoft.com/en-us/library/ms632588(v=vs.85).aspx[^] for full details.
 
Share this answer
 
Comments
Raul Iloc 8-Jul-15 1:31am    
I totally agree with you, so you have my 5+!
Richard MacCutchan 8-Jul-15 5:40am    
:thumbsup:

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