Hi,
I'm writing an ATL COM dll. I want to create interface to it (dialog box with controls). I created the ATL dialog box and tried to add some controls to it.
I did following things:
* Added some simple controls (textbox, radiobutton)
* Added ListBox and Tab Control.
* Added events for...