Hi
I am runnig my application on PocketPC 2003 imulator.
In my application I have shown a taskbar with start button,start icon
and SIP using SHFullScreen() function.
Now my problem is that when I run my app,I dont see close button [X]
in taskbar.
Also when my app runs the taskbar sould show Title of my app but it
doesnt.
What i should do to see close button and title of my app in Taskbar?
I have tried SHDoneButton,but Pocket Pc doesnt have SHDB_SHOWCANCEL
state which shows Close button.
Note that I dont want to use WS_CAPTION style as I dont have title bar
on my main window.
I want to see title of my app on taskbar only like the local app of
PocketPC woks (i.e File Explorer)
Thnaks in advance.