When loading an image in a Image Control, a progressbar is displayed. Is there any way to disable the progressbar?
Printable View
When loading an image in a Image Control, a progressbar is displayed. Is there any way to disable the progressbar?
ProgressBar1.Visible = false
that should work
I've written an Access2000 image database with some VB6 modules.
The Access program loads 12 - 30kb JPEG images in 12 Image
Controls.While loading the image files Access displays 12 progressbars
which flash on the screen one after the other for about 10 seconds.
This is really annoying ! I tried Echo and SetWarnings but these have no
effect on the progressbars.
Any ideas on disabling the progressbars?