Hi,

Many apps in settings screen (control panel applets), have tabs with
settings.
Is it possible to add tabs to them? I guess this completely depends on how
they are implemented, but I'm wondering if there is a standardized interface
for them like reg keys with dll's to add tabs or something.
In particular, I'm interested in "Today" screen configuration that has
"Appearance" and "Items" tabs, and I wish to add an extra tab there with my
own stuff.

Lisa

Re: add tabs to system config screens by Yaroslav

Yaroslav
Mon Apr 02 11:27:56 CDT 2007

No, there is no API to add tabs to the standard settings applets.

--
Yaroslav Goncharov
Pocket PC Developer Network coordinator, http://pocketpcdn.com
Spb Software House, http://spbsoftwarehouse.com


"Lisa Pearlson" <no@spam.plz> wrote in message
news:eITa6SSdHHA.4516@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> Many apps in settings screen (control panel applets), have tabs with
> settings.
> Is it possible to add tabs to them? I guess this completely depends on how
> they are implemented, but I'm wondering if there is a standardized
> interface for them like reg keys with dll's to add tabs or something.
> In particular, I'm interested in "Today" screen configuration that has
> "Appearance" and "Items" tabs, and I wish to add an extra tab there with
> my own stuff.
>
> Lisa
>
>



RE: add tabs to system config screens by RaduMotisan

RaduMotisan
Tue Apr 03 05:56:04 CDT 2007

Hi Lisa,

While there is no special API for this, You can get the handlers to those
Tab-controls by using FindWindow/GetWindow and the Remote Spy tool, and add
your tabs from an outside application.

--
Best regards,

Radu Motisan

http://www.teksoftco.com/forum
Windows Mobile Development Forum


"Lisa Pearlson" wrote:

> Hi,
>
> Many apps in settings screen (control panel applets), have tabs with
> settings.
> Is it possible to add tabs to them? I guess this completely depends on how
> they are implemented, but I'm wondering if there is a standardized interface
> for them like reg keys with dll's to add tabs or something.
> In particular, I'm interested in "Today" screen configuration that has
> "Appearance" and "Items" tabs, and I wish to add an extra tab there with my
> own stuff.
>
> Lisa
>
>
>