all groups > dotnet compact framework > february 2006 >
You're in the

dotnet compact framework

group:

StatusBar with multiple panels


StatusBar with multiple panels RFlaugher
2/28/2006 8:45:27 AM
dotnet compact framework: I am trying to create a status bar with multiple panels, one of which
contains an icon. I see the CF does not support this directly so I have
tried Win32. I created a standard .NET StatusBar and then call SendMessage
with message SB_SETPARTS using statusBar1.Handle; this does create the
multiple panels. However, when I call SendMessage with message SB_SETICON
the call is rejected. Is there a way to make this work? I am using VS 2005,
CF 2.0 and CE 5.0.

RE: StatusBar with multiple panels Alex Yakhnin [MVP]
2/28/2006 2:02:28 PM
It works. Could you show your code?

--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com | www.opennetcf.org


[quoted text, click to view]
AddThis Social Bookmark Button