[Win32GUI] Request

Can someone please create a working code (for Code::Blocks MinGW) that incudes:

1
2
3
4
5
6
7
8
9
10
11
Progressbar
Radio Buttons (Inside A GroupBox)
Checkboxes
Coloring (Skinning)
Trackbar
Static Controls (Text Labels)
Push Buttons
Edit boxes
Comboboxes
Menu Tabs
Listbox


for a Win32 GUI application please? (The code I have found doesn't work with C::B MinGW, so I can't compile it.)
Good one. If the code doesn't work, then post it here so we can point out the mistakes.
That aside, you should not use the WinAPI directly, unless you're masochistic. Use a framework like Qt or VCL.
Last edited on
Topic archived. No new replies allowed.