Article ID: 100612
Article Last Modified on 1/8/2003
VERSION 2.00
Begin Form Form1
Caption = "Form1"
Height = 6636
Left = 828
LinkTopic = "Form1"
ScaleHeight = 6216
ScaleWidth = 6420
Top = 1152
Width = 6516
Begin SSCommand Command3D2
Caption = "Command3D2"
Font3D = 1 'Raised w/light shading
Height = 1092
Left = 720
TabIndex = 1
Top = 2640
Width = 3012
End
Begin SSCommand Command3D1
Caption = "Command3D1"
Height = 1212
Left = 720
TabIndex = 0
Top = 840
Width = 3012
End
End
Notice that there is not a Font3D setting for Command3D1. If this file
were loaded into Visual Basic version 3.0, Command3D1 would have a Font3D
value of 1 instead of 0.
Font3D = 0Now, Visual Basic version 3.0 will read the file correctly.
Additional query words: buglist3.00 3.00 fixlist4.00
Keywords: kbbug kbfix KB100612