Prev: Support for execScript in Pocket IE
Next: scheduler
From: Herojit on 1 Dec 2006 05:28 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 1 Dec 2006 06:55 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
|
Pages: 1 Prev: Support for execScript in Pocket IE Next: scheduler |