You might look into custom file compression - you create a special type of file compression that only your program knows the pattern of... (encryption)
Really good... I am building a Zahtzee Game these days. My previous projects were a metric to imperial converter [for inch to cm, mile to km, Fahrenheit to Celsius, and lb to kg] - and the other was...
Now that I have a really good idea on how to load different bitmaps, the next matter is how can I load bitmaps to multiple locations following the code you supplied?
I am trying to make a Yahtzee game and I have 6 bitmaps representing the 6 possible rolls. The trouble is the code I am using, which seems correct at first glance and compiles but is not showing the...
Very few I'd imagine - the OP is just making excuses for ignorance and frustration. When someone asks a question and is faced with a question of their own, he simply could not handle the idea that...
...So returning FALSE will make the button not reuseable? I imagined that was possible but was unsure about how doing so would effect the operation of the dialog.
Well I have a Dialog with all kinds of things going on but for this question it regards a single Button Control. I would like the user to be able to use this button only once. It is pretty basic, but...
I am posting the lean version of my main.cpp - it all works as intended save for the aforementioned performance issue which this version of code still produces. I am hoping that someone...
Is it possible that the definition numbers I am using in my resource.h which are in some cases 5 digits long could be causing the issue? Are there reserved ranges that windows uses? For example a set...