Hey Guys,

I wrote a c++ GUI entirely using win32 (NO .NET or MFC)
I would like to add radio button and progress bar functionality to my window, but I can't find any examples or references on how to do this.
I know that both MFC and the resource editor have this functionality, but they are based on win32.
How do you do this with just win32 API calls?