Hi ,
Does anyone know how to load an icon into the StatusBar, at runtime ?
Element to be loaded: StatusBar1.Panels(0).Icon
What's the command to load the icon?
Thanks,
Joao.
Printable View
Hi ,
Does anyone know how to load an icon into the StatusBar, at runtime ?
Element to be loaded: StatusBar1.Panels(0).Icon
What's the command to load the icon?
Thanks,
Joao.
Try:
VB Code:
StatusBar1.Panels(0).Icon = New Icon("c:\squirrel.ico")
Because all status bars should have a squirrel icon in them :lol:
thanks so much, it works just fine.
Joao.
J,
To update as resolved, you need to edit the title of your first post (and you can change the icon to) so that it shows in the main index page rather than just attached to your last post.
Glad to be of service tho'
LMS