| View previous topic :: View next topic |
| Author |
Message |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Aug 01, 2007 1:17 pm Post subject: dialog woes or is it .rc? |
|
|
ok i have the source to winprog tut website and the source compiled fine for the writer but when i compiled it
1. it had no menu
2. it had no dialog
is it the .rc?
it wont even compile now for me
gah this thing is gay, im having alot of problems with resource files
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Aug 01, 2007 1:22 pm Post subject: |
|
|
| DONT USE RESOURCEFILES/DIALOGS
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Aug 01, 2007 2:11 pm Post subject: |
|
|
may i ask why...
is there another way to make a dialog other than .rc?
_________________
|
|
| Back to top |
|
 |
UnLmtD Grandmaster Cheater
Reputation: 0
Joined: 13 Mar 2007 Posts: 894 Location: Canada
|
Posted: Wed Aug 01, 2007 2:18 pm Post subject: |
|
|
CreateWindowEx Because it's better to learn how the windows are working. Trust me, its worth it, I learned how to use resources only. Then appalsap told me the same thing, I had to relearn a little bit but its worth it.
_________________
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Aug 01, 2007 2:21 pm Post subject: |
|
|
well since i haven't learnt how to use .rc its all good
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Aug 01, 2007 2:47 pm Post subject: |
|
|
| Quote: | | You create a modal dialog box by using the DialogBox function. You must specify the identifier or name of a dialog box template resource and a pointer to the dialog box procedure. The DialogBox function loads the template, displays the dialog box, and processes all user input until the user closes the dialog box. |
didnt you just say dont use resources?
_________________
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Aug 01, 2007 2:48 pm Post subject: |
|
|
bottom of the page
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Wed Aug 01, 2007 3:09 pm Post subject: |
|
|
jesus christ im so confused
fuck it
_________________
|
|
| Back to top |
|
 |
|