|
-
April 17th, 1999, 11:09 PM
#1
Making a Form
Hi,
I am an experienced VB programmer crossing over to MSVC 5.0.
The main thing I see missing from this package is the Form editor.
How do I make a form in MSVC? Also, how do I put controls on it?
Thanks in advance,
Hexie
-
April 18th, 1999, 03:37 AM
#2
Re: Making a Form
The only way to make a "form" (as you know it from VB) is with the dialog resource editor. This allows you to visually add *some* of the controls you are used to (though the interface is considerably different than VB). The form you create can be directly dropped into a dialog-based app, or you can map it to a class derived from CFormView in a Doc/View-based app.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|