G
Geoff
I would like to have a status bar which has a few panels,
one of which I want to display a different .gif under
different conditions. I have added the status bar to the
form, I have added the panels to the status bar, and I
have used the Dim xxx As New Bitmap ("path.file.ext") to
create the bitmaps. I have a Select Case block to set
MyStatusPicture. I have included an "Imports
System.Drawing" stmt. But I can't seem to get the
StatusBarPanel to show the Bitmap. What am I missing?
How do I get the Status Bar to repaint that panel with the
selected bitmap?
TIA,
Geoff
one of which I want to display a different .gif under
different conditions. I have added the status bar to the
form, I have added the panels to the status bar, and I
have used the Dim xxx As New Bitmap ("path.file.ext") to
create the bitmaps. I have a Select Case block to set
MyStatusPicture. I have included an "Imports
System.Drawing" stmt. But I can't seem to get the
StatusBarPanel to show the Bitmap. What am I missing?
How do I get the Status Bar to repaint that panel with the
selected bitmap?
TIA,
Geoff