StatusBar with multiple panels

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top