Dear The Expert,

How to put icon on statusbar panel.. I run below code but it does not work (returned error)

Dim statusBar1 As New StatusBar
Dim panel1 As New StatusBarPanel

' Display the first panel with a sunken border style.
panel1.BorderStyle = StatusBarPanelBorderStyle.Sunken
panel1.Icon="user.ico"

I am sure that I missed something there, but I'm very new with this .. I need advice .. thank

Regards

Winanjaya