Forum: C++ Oct 7th, 2009 |
| Replies: 7 Views: 351 Wow, that's nuts. Well I don't feel too bad now! XD
I just need to keep looking up definitions in the MSDN and a few more tutorials to get this the way I need. I got the dialog stuff working... |
Forum: C++ Oct 7th, 2009 |
| Replies: 7 Views: 351 Wooh, I have to say after looking at the second code you posted, I have no idea where to start looking to understand it. When all you've done is some petty low-level C++ stuff just dealing with... |
Forum: C++ Oct 7th, 2009 |
| Replies: 7 Views: 351 Cool! Thanks for the tip about CreateWindowEx(). I tried compiling the code and for some reason, toggling plain text on so I could copy it turned line 140 into "case IDM_ABOUT<b></b>:" but after... |
Forum: C++ Oct 7th, 2009 |
| Replies: 7 Views: 351 Hello all,
I'm trying to learn how to make just a basic windows app with some buttons and text windows to make the programs I normally create and interface with through DOS a little more... |
Forum: C++ Mar 17th, 2008 |
| Replies: 4 Views: 607 Argh, you are absolutely correct, vmanes. I must have omitted the code setting min and max to 0 but I can see how setting them to values in the array instead would be a better choice.
As far as... |
Forum: C++ Mar 16th, 2008 |
| Replies: 4 Views: 607 First of all, forgive the corny title, I couldn't resist once I thought of it. ;)
I have a small assignment for a statistics class that had been giving me a little bit of trouble. How we did the... |