I have a dialog based application.
On the dialog I placed two group boxes.
Within these group boxes is where I want to draw stuff.
How do I get the hwnd for the a group box on the dialog box?
I presume I need to do this in the OnPaint method of the dialog.