From: Herojit on
HI All,

For Windows Mobile 5.0 Smartphone, the title gets updated using:

hWndTray = FindWindow(TEXT("tray"), TEXT("tray"));
SendMessage(hWndTray, WM_USER, (WPARAM) 8, 0L);

How to do the same for a PocketPC?

Herojit

From: Herojit on
Hi All,

I am able to do with SHSetNavBarText(.......). Thanx.

Herojit


Herojit wrote:
> HI All,
>
> For Windows Mobile 5.0 Smartphone, the title gets updated using:
>
> hWndTray = FindWindow(TEXT("tray"), TEXT("tray"));
> SendMessage(hWndTray, WM_USER, (WPARAM) 8, 0L);
>
> How to do the same for a PocketPC?
>
> Herojit