3D wireframe program made in Visual Basic 3.0. Source code
Submitted By:
Unknown
Rating:





(
Rate It)
VERSION 2.00
Begin Form About
BackColor = &H00C0C0C0&
BorderStyle = 1 'Fixed Single
Caption = "About 3D VB"
ClientHeight = 3330
ClientLeft = 1215
ClientTop = 1365
ClientWidth = 5250
Height = 3735
Icon = ABOUT.FRX:0000
Left = 1155
LinkTopic = "Form2"
ScaleHeight = 540
ScaleWidth = 540
Top = 1020
Width = 5370
Begin SSPanel Panel3D4
BevelInner = 1 'Inset
BevelOuter = 0 'None
Caption = "Neil_S._[[Email Removed]]"
Height = 375
Left = 2685
TabIndex = 0
Top = 2805
Width = 2460
End
Begin SSPanel Panel3D3
BevelInner = 1 'Inset
BevelOuter = 0 'None
Caption = "The format of the .3DD file works by reading in the first point of the line (x, y, x) and then the last point (x2, y2, z2). Also, if you ever make any programs would you please include the source code!"
Height = 1065
Left = 75
TabIndex = 3
Top = 1680
Width = 5055
End
Begin SSPanel Panel3D2
BevelInner = 1 'Inset
BevelOuter = 0 'None
Caption = " You are free to use VB 3D in any of your programs. This is FREEWARE so you can cut it up and throw parts out as you wish. If you do discide to use it in a program I would request that you send me a sample of your program to my internet Address."
Height = 1320
Left = 45
TabIndex = 2
Top = 345
Width = 5100
End
Begin SSPanel Panel3D1
BevelInner = 1 'Inset
BevelOuter = 0 'None
Caption = "VB 3D About"
Height = 390
Left = 1935
TabIndex = 1
Top = 0
Width = 1320
End
End
Sub Form_LostFocus ()
about.Hide
End Sub