PDA

Click to See Complete Forum and Search --> : Creating first window app?


abdul
Feb 17th, 2001, 07:38 PM
I want to create a simple window and then put some control on it such as a button. My compiler gives me an option to create a simple window but I totally don't understand it. In DOS programming, in know classes, and functions. I want to move on to windows applications know. I don't need any source code unless it is like a tutorial.
The web sites should not be:

http://www.winprog.org
http://www.parksie.net/Raw.zip
http://www.parksie.net/RawDlg.zip

samwise
Feb 19th, 2001, 04:10 PM
Samwise Galenorn

Technocrat
Feb 20th, 2001, 10:24 AM
If you are using MSVC++ then when you do a simple Window Program you have to manually put in the code for everything, buttons, edit boxs, etc. Its not like VB where you draw your form out then code everything else. I am sure that parksie's program will give you a good example of that.

Sorry I dont have any tutorials for you, I learn most of this stuff from books.

MFC programs in MSVC++ is kind of like VB but it still takes a lot of coding. But if you dont know how to do it manually then you should not do MFC yet. Learn the basics then move on.

parksie
Feb 20th, 2001, 04:47 PM
Originally posted by abdul
The web sites should not be:

http://www.winprog.org
http://www.parksie.net/Raw.zip
http://www.parksie.net/RawDlg.zip
<<< *cries*

Hehehe ;)

If you really need an in-depth introduction then the Platform SDK is pretty much the only place to start.

Feb 20th, 2001, 04:59 PM
Try www.cppprogramming.com

sail3005
Feb 20th, 2001, 06:47 PM
Parksie? Are you back? I tried downloading your programs but the links don't work.

substring
Feb 21st, 2001, 08:18 AM
FYI, Microsoft has the Platform SDK for Whistler (also compatiable to other MS OS) available for download.

substring.

sail3005
Feb 21st, 2001, 12:13 PM
i know, I have the PSDK, i just wanted to see what that stuff was?

parksie
Feb 21st, 2001, 12:17 PM
Originally posted by sail3005
Parksie? Are you back? I tried downloading your programs but the links don't work.
I'm here...but it looks like something's gone wrong while I was away :mad:

I'll see what I can do about it.