It works. Could you show your code?
--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com |
www.opennetcf.org [quoted text, click to view] "RFlaugher" wrote:
> 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.
>