BUG: BackColor Property of OCX Control Saved in DecimalLast reviewed: October 17, 1996Article ID: Q150228 |
The information in this article applies to:
SYMPTOMSThe BackColor property of OCX controls is saved in Decimal format inside Form files. This is contrary to the format stored for Forms, which saves its BackColor property in a Hexadecimal format.
STATUSMicrosoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. Microsoft is researching this issue and will post new information here in the Microsoft Knowledge Base as it becomes available.
WORKAROUNDThere is no workaround to prevent Visual Basic from saving the BackColor properties of OCX controls in a Decimal format. However, any program that parses the text Form files detects whether the number is in a Hexadecimal format since Hexadecimal numbers are preceded by an ampersand (&) character.
MORE INFORMATIONAlthough the BackColor property of OCX controls is saved in a Decimal format, it is displayed as Hexadecimal.
Steps To Reproduce Problem
|
Additional reference words: 4.00 vb4win vb4all buglist4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |