FIX: Overflow in VB Drawing Circle Segment w/ Radius of Zero (73280)



The information in this article applies to:

  • Microsoft Visual Basic Standard Edition for Windows 2.0
  • Microsoft Visual Basic Professional Edition for Windows 2.0
  • Microsoft Visual Basic Standard Edition for Windows 1.0

This article was previously published under Q73280

SYMPTOMS

When using the Circle statement to draw a segment of a circle with a radius of 0, an "Overflow" error incorrectly occurs.

STATUS

Microsoft has confirmed this to be a problem in Microsoft Visual Basic programming system for Windows, versions 1.0 and 2.0. This problem was corrected in version 3.0.

MORE INFORMATION

The following statement demonstrates the problem:

Circle (0,0), 0,, 4, 5

When you run the above statement, an "Overflow" error incorrectly occurs.

In contrast, using the Circle statement to draw an entire circle of radius 0 works correctly without an error (correctly drawing nothing); for example:

Circle (0,0), 0


Modification Type:MajorLast Reviewed:11/18/2003
Keywords:kbbug kbfix KB73280