I'm having trouble getting this together (maybe I'm just cross-eyed from looking at the screen too long)
Anyone have this fresh in their head & could post an example?
Thanks.
This is a discussion on how do you make a group box with CreateWindow? within the Windows Programming forums, part of the Platform Specific Boards category; I'm having trouble getting this together (maybe I'm just cross-eyed from looking at the screen too long ) Anyone have ...
I'm having trouble getting this together (maybe I'm just cross-eyed from looking at the screen too long)
Anyone have this fresh in their head & could post an example?
Thanks.
Code:CreateWindow( "Button", "GroupBox Control", WS_CHILD|WS_VISIBLE|BS_GROUPBOX , 10, 10, 200, 100, hwnd, 0, GetModuleHandle(0), 0 );
Thank you. Much appreciated.Originally Posted by Dante Shamest
![]()