jkurpias
December 19th, 1999, 03:12 PM
When loading an image in a Image Control, a progressbar is displayed. Is there any way to disable the progressbar?
|
Click to See Complete Forum and Search --> : Make it go Away! jkurpias December 19th, 1999, 03:12 PM When loading an image in a Image Control, a progressbar is displayed. Is there any way to disable the progressbar? December 20th, 1999, 01:55 AM ProgressBar1.Visible = false that should work jkurpias December 20th, 1999, 02:06 AM 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? codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |