Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Visual C++ 6.0, running a Dialog from a menu
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00819930
Message ID:
00819933
Views:
16
>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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform