M
Michel Elie
I want to change the picture on the tab control when an
event occur on my form at run time.
I know that I can change the picture at run time if I
use the property
Me!TabCtlMaintenance.Pages(0).Picture = "Path and fileName"
But I want to use the Default bitmaps in the Picture
Builder to change the picture on my Tab control at run
time.
When I use the picture builder manually and I choose a
bitmaps, the only thing I can see in the picture property
of my tab control is "(bitmaps)".
I want to change at run time the picture. At the moment,
the only things I was able to do, is to clear the picture
from the tab control at run time. I never found the trick
to change the picture for another picture.
What is the trick to change my picture on my tab control
with one that belong to the picture builder (How can I
make a reference to the list of bitmaps in the picture
builder.
Thanks a lot in advance.
event occur on my form at run time.
I know that I can change the picture at run time if I
use the property
Me!TabCtlMaintenance.Pages(0).Picture = "Path and fileName"
But I want to use the Default bitmaps in the Picture
Builder to change the picture on my Tab control at run
time.
When I use the picture builder manually and I choose a
bitmaps, the only thing I can see in the picture property
of my tab control is "(bitmaps)".
I want to change at run time the picture. At the moment,
the only things I was able to do, is to clear the picture
from the tab control at run time. I never found the trick
to change the picture for another picture.
What is the trick to change my picture on my tab control
with one that belong to the picture builder (How can I
make a reference to the list of bitmaps in the picture
builder.
Thanks a lot in advance.