How can I make a frame...can someone give me a simple example? thanks :)
Printable View
How can I make a frame...can someone give me a simple example? thanks :)
If you know how to create a button then you just need to change the styles a bit. Include "BS_GROUPBOX" style and delete all the additional styles (except WS_CHILD, and WS_VISIBLE).
wow thanks I thought it was more complicated than that :D