Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Visual C++ 6.0, running a Dialog from a menu
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00819930
Message ID:
00819933
Vues:
17
>I am working with an assigment in my college, it is about working with databases with ODBC. I had a book that has an example of how to create the base form, owever this 'application' need three forms 'dialogs' I am not very familiar with VC6 so my question is , how can I run the other two dialogs from a menu?
>
>thks a lot

Make the Dialog a class;

Include the class header in the main form.

Go to the menu function handler.

MyDialog myDlg;
myDlg.DoModal();


This should at least help you on the path to knowledge and understanding.
Brian Seekford
Seekford Solutions, Inc.
http://www.SeekfordSolutions.com
Internet ActiveX Controls and .NET Class Libraries.
SMTP/S FTP POP3/S HTTP/S SNTP MIME PING WHOIS TRACEROUTE NNTP DNS MX
Base64, UUEncode, yEnc, MD5, SHA1, URL, Quoted-Printable.
Resizer and Tooltips
Email Verification and more. Check us out!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform