Click to See Complete Forum and Search --> : Pooodles
The Hobo
Oct 12th, 2001, 02:33 PM
I just bought MS Visual C++ a few weeks ago, and for the life of me, can't figure it out. I had a tutorial, went through the whole thing, but all it covered was console apps.
How do I just make a form and be able to add controls to it? Does this all have to be done through code, or is there something I'm missing?
amac
Oct 12th, 2001, 02:35 PM
Goto File->New... "Projects" Tab and choose MFC AppWizard (exe)
thats the easiest way.
sail3005
Oct 12th, 2001, 02:36 PM
it basically has do be done all through code. there is a menu editor and stuff though.
check out http://www.winprog.org look at the tutorials.
parksie
Oct 12th, 2001, 04:25 PM
Originally posted by amac
Goto File->New... "Projects" Tab and choose MFC AppWizard (exe)
thats the easiest way. Not if you don't know how to use MFC, or even have any knowledge of how Windows works internally :)
sail3005
Oct 12th, 2001, 04:57 PM
well, it works if you wanna show off or something. It's an instant word pad! :D:D:D
abdul
Oct 12th, 2001, 09:04 PM
Originally posted by amac
Goto File->New... "Projects" Tab and choose MFC AppWizard (exe)
thats the easiest way.
Evil!:D
abdul
Oct 12th, 2001, 09:06 PM
Originally posted by The Hobo
I just bought MS Visual C++ a few weeks ago, and for the life of me, can't figure it out. I had a tutorial, went through the whole thing, but all it covered was console apps.
How do I just make a form and be able to add controls to it? Does this all have to be done through code, or is there something I'm missing?
I suggest that you download and read this book that teaches you how to program in Windows:
Programming Windows 98 (http://maxcode.com/nuke/download.php?op=getit&lid=5459)
[praetorian]
Oct 13th, 2001, 04:29 PM
Check out these sites for great tutorials:
- www.eastcoastgames.com
- www.cpp-home.com
sail3005
Oct 13th, 2001, 04:31 PM
there is also a good book called "Visual C++ 6" or something to that effect, by Ivor horton, that is really good.
abdul
Oct 13th, 2001, 04:39 PM
http://www.maxcode.com has a bunch of tutorials/books on different programming languages.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.