We get questions from time to time on how to make buttons and things. So here's how.
So, why might it be necessary to create your own UI elements, rather than use the existing Windows controls? Two reasons:
� The default Windows controls always render above all other elements, which can obscure the view of your other game objects
� They're not very customizable, so you're stuck with whatever theme the player has on their PC
� They're not scalable. If you zoom your display, the default Windows elements will stay the same size no matter what! That's totally bogus.
(Yes, I know that's actually three reasons. So what.)
<img src="http://i41.tinypic.com/2hyz6mf.png">
Download:
http://www.box.net/shared/92sapgp6lc
Follow the text in the .rtf!