Special Dialog screen to be programmed ...
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, I would like to program a kind of dialog screen containing a sort of header (with input area, text fields, buttons, radio buttons, ...) and, under this header, a zone where other dialogs can be displayed (one by one), these dialogs being selected with a tab bar . To give an example of what I would like to do ... have a look at the dialog "System properties" or "Display Properties" of Windows. Instead of having buttons on bottom of screen, I would have a header with various controls above this tab bar. How can I do this kind of stuff in VC++ ? Thanks in advance DD :confused: