BackOffice Products
1834657 Members
2121 Online
110069 Solutions
New Discussion

tabs in QuickWin Applications

 
Markus Pieper
Occasional Contributor

tabs in QuickWin Applications

Hi there,
I want to create a tabcard in a dialog. So I have got an IDD_Dialog_Main and an IDC_Tab1. But when I want to place text, button, etc. on that tab, it is on the Main Dialog, not on the tab.
And how can I change to tabnames, they are initialised with Tab1 Tab2 Tab3 Tab4 and Tab5.
When I Test the Dialog, I can switch between the 5 Tabs, but they are all empty.

So how can I "fill" these tabs with new controls?

cu,
Markus
1 REPLY 1
Ganesh Babu
Honored Contributor

Re: tabs in QuickWin Applications

check this

http://www.codeproject.com/dialog/visualfx.asp#xx682409xx

for the changing the name of the tab..

Ganesh