CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 1999
    Location
    Vancouver, BC, Canada
    Posts
    7

    Make it go Away!

    When loading an image in a Image Control, a progressbar is displayed. Is there any way to disable the progressbar?



  2. #2
    Guest

    Re: Make it go Away!

    ProgressBar1.Visible = false


    that should work


  3. #3
    Join Date
    Dec 1999
    Location
    Vancouver, BC, Canada
    Posts
    7

    Re: Make it go Away!

    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?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured