| View previous topic :: View next topic |
| Author |
Message |
[Spot.] Moderator
Reputation: 1
Joined: 09 Feb 2007 Posts: 1358 Location: Whereabouts unknown
|
Posted: Wed Dec 03, 2008 3:27 pm Post subject: [C++] GUI. |
|
|
Recently I bought a C++ book, and am progressing quite steadilly. The one thing the book doesn't cover is a GUI.
How might I achieve this?
|
|
| Back to top |
|
 |
Innovation Grandmaster Cheater
Reputation: 12
Joined: 14 Aug 2008 Posts: 617
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Dec 03, 2008 3:58 pm Post subject: |
|
|
The forger's tutorial is a little outdated in some regards, but it will get you on track.
Read it, and understand it. Then take a look at ResEdit
|
|
| Back to top |
|
 |
kitterz Grandmaster Cheater Supreme
Reputation: 0
Joined: 24 Dec 2007 Posts: 1268
|
Posted: Wed Dec 03, 2008 3:59 pm Post subject: |
|
|
| slovach wrote: | The forger's tutorial is a little outdated in some regards, but it will get you on track.
Read it, and understand it. Then take a look at ResEdit |
yes ResEdit makes life sooo much easier.
_________________
|
|
| Back to top |
|
 |
Innovation Grandmaster Cheater
Reputation: 12
Joined: 14 Aug 2008 Posts: 617
|
|
| Back to top |
|
 |
BirdsEye Advanced Cheater
Reputation: 0
Joined: 05 Apr 2008 Posts: 94
|
Posted: Wed Dec 03, 2008 6:14 pm Post subject: |
|
|
| slovach wrote: | The forger's tutorial is a little outdated in some regards, but it will get you on track.
Read it, and understand it. Then take a look at ResEdit |
Then smart thing to do would be to export the code. Handy if you don't want to keep re-debugging to get desired window size. =D
|
|
| Back to top |
|
 |
kitterz Grandmaster Cheater Supreme
Reputation: 0
Joined: 24 Dec 2007 Posts: 1268
|
Posted: Wed Dec 03, 2008 6:20 pm Post subject: |
|
|
| BirdsEye wrote: | | slovach wrote: | The forger's tutorial is a little outdated in some regards, but it will get you on track.
Read it, and understand it. Then take a look at ResEdit |
Then smart thing to do would be to export the code. Handy if you don't want to keep re-debugging to get desired window size. =D |
haha i did that for my 1st win32 program ever. Took me hours to get the pos of the txtboxes, window, lables, etc.
Glad I found resedit.
_________________
|
|
| Back to top |
|
 |
Overload Master Cheater
Reputation: 0
Joined: 08 Feb 2008 Posts: 293
|
Posted: Wed Dec 03, 2008 6:41 pm Post subject: |
|
|
I love resedit. Though it's always a good thing to know how to make your own resource files too.
_________________
Blog
| Quote: | Rhys says:
you can be my maid
Rhys says:
ill buy you a french maid outfit
Tyler says:
Sounds good
Rhys says:
ill hold you to that |
|
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Wed Dec 03, 2008 6:45 pm Post subject: |
|
|
I say go for good ol' CreateWindowEx <3 It's much more customizable
_________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Dec 03, 2008 7:44 pm Post subject: |
|
|
| lurc wrote: | I say go for good ol' CreateWindowEx <3 It's much more customizable  |
Thank god ResEdit can do just that
|
|
| Back to top |
|
 |
Overload Master Cheater
Reputation: 0
Joined: 08 Feb 2008 Posts: 293
|
Posted: Wed Dec 03, 2008 9:05 pm Post subject: |
|
|
| lurc wrote: | I say go for good ol' CreateWindowEx <3 It's much more customizable  |
That's how I first tought myself to make GUI's. But ResEdit is just overall easier.
_________________
Blog
| Quote: | Rhys says:
you can be my maid
Rhys says:
ill buy you a french maid outfit
Tyler says:
Sounds good
Rhys says:
ill hold you to that |
|
|
| Back to top |
|
 |
AlbanainRetard Master Cheater
Reputation: 0
Joined: 02 Nov 2008 Posts: 494 Location: Canada eh?
|
Posted: Wed Dec 03, 2008 10:09 pm Post subject: |
|
|
Take a check at rohitab ( google it ), a good forum for osdev and c++/c great win tuts.
_________________
|
|
| Back to top |
|
 |
|