PDA

View Full Version : Using tabs


Gizmo
19-02-2003, 02:12 PM
Hello,

I would use tabs in my application as we can see in the "settings" of Pocket PC 2002 (there is three labels in this window).

For the moment, I can only include tabs in a dialog box but I would like these tabs to fill the window (like in the "settings" folder), and I can't.
Precision : these tabs should be in the main view...

Some tips, help or sample code?

Gizmo

Anonymous
20-02-2003, 11:26 AM
I think the stuff you are looking for are property sheets. A nice sample can be found @ msdn:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/propsheet/propsheet.asp

The only problem I have is that I can't seem use it for a today.dll. It only shows the first dialog template and doesn't draw the second... (though it enters the INITDIALOG event). So if anyone has any idea's... :D

-Jrom