Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
actually i have made a login form in vc++ MFC and now i hab to do form validation and i want to implement modal dialog in the form for the validation purpose but cant find any good article or code in the internet so can anybody help me with this??
Posted

1 solution

You can start by reading the documentation for the CDialog[^] class, which will give you the basics. Then try the CodeProject articles[^] for lots of useful samples.
 
Share this answer
 
Comments
SoMad 4-Jun-12 12:56pm    
@umeshinator, please follow Richard's suggestion.
I will add a hint - CDialog has a function called DoModal(). This is very fundamental functionality.

Soren Madsen

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