PDA

Click to See Complete Forum and Search --> : Newbie in distress


billboomop
Oct 26th, 2000, 06:19 PM
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

Vlatko
Oct 27th, 2000, 06:47 AM
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.

billboomop
Oct 27th, 2000, 04:46 PM
Thank you, it worked well.
John

parksie
Oct 31st, 2000, 12:39 PM
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!

billboomop
Nov 1st, 2000, 04:08 PM
My Email address is:
Billboomop@aol.com
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

billboomop
Nov 1st, 2000, 04:09 PM
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???

parksie
Nov 1st, 2000, 04:15 PM
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/showthread.php?threadid=35484

Nov 1st, 2000, 04:56 PM
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, 06:28 PM
PSDK is mainly focused on the API functions.

billboomop
Nov 1st, 2000, 06:38 PM
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

parksie
Nov 2nd, 2000, 03:39 AM
denniswrenn - look at the samples that come with it. Also, these functions are the ones to look at:

CreateWindowEx
RegisterClassEx
DialogBox
CreateDialog