How do I create tabs as seen on most pages on the WM5 device? The "Settings"
page is one good example. I use C++ native code and have tried the "Tab
Control", but can't make it look like the tab controls on the existing pages.

Re: How to create tabs by Michael

Michael
Sat Jan 13 20:47:47 CST 2007

What styles do you give? You need TCS_BOTTOM and TCS_FLATBUTTONS.

--
Michael Salamone [eMVP]
Entrek Software, Inc.
www.entrek.com


"Scewbedew" <Scewbedew@discussions.microsoft.com> wrote in message
news:9667E70F-2025-4268-9F5F-71C71C7924BF@microsoft.com...
> How do I create tabs as seen on most pages on the WM5 device? The
> "Settings"
> page is one good example. I use C++ native code and have tried the "Tab
> Control", but can't make it look like the tab controls on the existing
> pages.