Is it possible to make a groupbox in Win32 API? I couldn't find any useful information about this.
This is a discussion on Groupboxes in Win32 API within the Windows Programming forums, part of the Platform Specific Boards category; Is it possible to make a groupbox in Win32 API? I couldn't find any useful information about this....
Is it possible to make a groupbox in Win32 API? I couldn't find any useful information about this.
"The Internet treats censorship as damage and routes around it." - John Gilmore
Create a button with BS_GROUP***** something style ??? Don't remember exactly.
GROUPBOX for dialog resource.
BS_GROUPBOX, got it now.
"The Internet treats censorship as damage and routes around it." - John Gilmore