|
-
Oct 26th, 2000, 06:19 PM
#1
Thread Starter
New Member
I have veeeerrrrry recently started teaching myself VC++. I was wondering, how do you make a "visual" interface like on used in Windows as opposed to DOS??? Thanks for any help.
John
-
Oct 27th, 2000, 06:47 AM
#2
Frenzied Member
What do you mean:
to make a app with a GUI choose new and then Win32 Application or MFCAppWizard.This will make a app that is not DOS but a Windows app.
-
Oct 27th, 2000, 04:46 PM
#3
Thread Starter
New Member
Thanks
Thank you, it worked well.
John
Building a better gaming world through VB.
-
Oct 31st, 2000, 01:39 PM
#4
Monday Morning Lunatic
What's your email? I've got a load of sample stuff I wrote a while back.
PS: Get the PSDK - it'll make your life a lot easier. Also, start with pure API programs rather than MFC.
PPS: Are you learning C++, or making windows apps. There's a big difference, and learning "VC++" is nonsensical!
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 1st, 2000, 05:08 PM
#5
Thread Starter
New Member
My Email address is:
[email protected]
I'm not sure what you mean, I don't know the difference in Windows apps vs the other choice. Why is learning VC++ nonsensical? Shedding any light on this problem would be greatly appreciated.
John
Building a better gaming world through VB.
-
Nov 1st, 2000, 05:09 PM
#6
Thread Starter
New Member
Also, what's a PDSK, and what's the difference between Pure API and the other choice, also, how do you make a pure api instead???
Building a better gaming world through VB.
-
Nov 1st, 2000, 05:15 PM
#7
Monday Morning Lunatic
PSDK - Microsoft Platform Software Developers' Kit. The most useful bit of documentation in the world.
Pure API is where you have to do everything yourself.
See this thread: http://forums.vb-world.net/showthrea...threadid=35484
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Nov 1st, 2000, 05:56 PM
#8
Parksie,
I can't find anything in the PSDK about creating windows apps....
I just recieved my july 2000 MSDN CD's... and that had the platform SDK, but I don't see anything about creating windows apps.... 
-
Nov 1st, 2000, 07:28 PM
#9
PSDK is mainly focused on the API functions.
-
Nov 1st, 2000, 07:38 PM
#10
Thread Starter
New Member
Thanks
Thank you, I'm sure this will be helpful... I read the other discussion on the matter, and decided to learn more C++ before venturing into VC++.
John
Building a better gaming world through VB.
-
Nov 2nd, 2000, 04:39 AM
#11
Monday Morning Lunatic
denniswrenn - look at the samples that come with it. Also, these functions are the ones to look at:
CreateWindowEx
RegisterClassEx
DialogBox
CreateDialog
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
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
|