StatusBar with multiple panels

G

Guest

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.

Thanks in advance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top