|
-
Nov 18th, 2001, 02:06 PM
#1
Thread Starter
Frenzied Member
User Interface
How do I create a User Interface in C++. I'm pretty sure it can be done, but what do I have to learn. And do any of you know where I can find a good free C++ graphics tutorial on the internet? Just so you know, I am using Borland C++ 4.5
Thanx in advance for any help,
Squirrelly1
-
Nov 19th, 2001, 09:14 AM
#2
Huh? Are you talking about real Win32 apps, console apps or real DOS apps?
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Nov 19th, 2001, 05:46 PM
#3
Thread Starter
Frenzied Member
sorry
sorry, I should have been more specific... I'm talking about textboxes, comboboxes, buttons, etc.
How do I do all that? I'm pretty sure it will be raw coding, I just need to be pointed in the right direction... A tutorial would be good... thanx
~Squirrelly1
Now happily married and still crankin' away at the keyboard.  Life is grand for a coder, no?
-
Nov 19th, 2001, 05:51 PM
#4
Frenzied Member
http://www.parksie.net/raw.zip
I think that works
Thats the code for a window....
-
Nov 19th, 2001, 05:57 PM
#5
Thread Starter
Frenzied Member
link
Steve,
The link you gave doesn't work... Got another one???
thanx,
~Squirrelly1
Now happily married and still crankin' away at the keyboard.  Life is grand for a coder, no?
-
Nov 19th, 2001, 06:25 PM
#6
PowerPoster
www.winprog.org has pretty good tutorial on Windows programming. I strongly suggest that you first learn the actual C++ language and do some coding in Console applications if you have not done that already.
-
Nov 19th, 2001, 06:48 PM
#7
Monday Morning Lunatic
www.parksie.uklinux.net/Raw.zip 
It's ever so slightly different 
PS: If you have trouble with LONG_PTR or INT_PTR, change them to LRESULT. That example is based on the Platform SDK headers (which you should have if you plan on any serious windows development).
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
|