Microsoft KB Archive/168828

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 15:34, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 168828

Article Last Modified on 6/28/2004



APPLIES TO

  • Microsoft Visual Basic 4.0 Standard Edition
  • Microsoft Visual Basic 4.0 Professional Edition
  • Microsoft Visual Basic 4.0 Professional Edition
  • Microsoft Visual Basic 4.0 16-bit Enterprise Edition
  • Microsoft Visual Basic 4.0 32-Bit Enterprise Edition



This article was previously published under Q168828

SYMPTOMS

The Gauge Control with the style property (linear filled) set to 0, Horizontal Bar, or 1, Vertical Bar, will appear to flicker.

CAUSE

The cause of this problem has not been determined.

RESOLUTION

There is no known workaround at this time.

STATUS

The information in this article is preliminary and has not been confirmed by Microsoft. Microsoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps To Reproduce the Problem

  1. Create a new project. Form1 is created by default.
  2. Place a gauge control on the form by selecting Tools menu, Custom Controls, and choosing the MicroHelp Gauge Control.
  3. Set the Gauge style property to 1, Vertical Bar.
  4. Place a Horizontal Scroll Bar on the form.
  5. In the change event of the Horizontal Scroll Bar, place the following code.

          Gauge1.value = Hscroll1.value
                            
  6. Execute the Program.
  7. Click and hold the Horizontal Scroll Bar small change arrow. Note that the gauge control flickers as the fill area grows.


Keywords: kbprb KB168828