The information in this article applies to:
SYMPTOMSWhen you use a variable named ClientLeft, ClientTop, ClientWidth, or ClientHeight without explicitly defining the variable with Dim or Global, Visual Basic incorrectly generates the error "Out of memory - insufficient variable space," error code 3761. WORKAROUNDDefine the variable using Dim or Global. For example:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem has been corrected in Visual Basic version 4.0. MORE INFORMATIONSteps to Reproduce Problem
Additional query words: buglist3.00 buglist3.00 fixlist4.00
Keywords : PrgOther |
Last Reviewed: September 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |