|
-
May 8th, 2004, 03:59 AM
#1
Thread Starter
Fanatic Member
Put icon on statusbar panel
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
-
May 9th, 2004, 09:48 AM
#2
Member
StatusBarPanel1.Icon = New Icon(System.Windows.Forms.Application.StartupPath & "\GRAPH16.ICO")
Goodluck
-
May 9th, 2004, 11:19 AM
#3
Thread Starter
Fanatic Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|