-
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:D
-
Huh? Are you talking about real Win32 apps, console apps or real DOS apps?:confused:
-
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
-
http://www.parksie.net/raw.zip
I think that works
Thats the code for a window.... :)
-
link
Steve,
The link you gave doesn't work... Got another one???
thanx,
~Squirrelly1
-
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.
-
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).