Love this site? Hate it? Leave us some comments.

View \Form6.frm

Calculation-Cal-Comp v1.0

Submitted By: Akshay Minocha
Rating: (Not rated) (Rate It)


VERSION 5.00
Begin VB.Form Form6
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Form6"
   ClientHeight    =   7860
   ClientLeft      =   -45
   ClientTop       =   525
   ClientWidth     =   11880
   LinkTopic       =   "Form6"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   7860
   ScaleWidth      =   11880
   Begin VB.CommandButton Command1
      BackColor       =   &H00FF8080&
      Caption         =   "Next"
      BeginProperty Font
         Name            =   "Walt Disney Script"
         Size            =   18
         Charset         =   0
         Weight          =   500
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   495
      Left            =   120
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   5760
      Width           =   1935
   End
   Begin VB.Label Label1
      Alignment       =   2  'Center
      BackColor       =   &H00C0C000&
      Caption         =   "7"
      BeginProperty Font
         Name            =   "Walt Disney Script"
         Size            =   200.25
         Charset         =   0
         Weight          =   500
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   5415
      Left            =   0
      TabIndex        =   1
      Top             =   0
      Width           =   2055
   End
   Begin VB.Image Image1
      Height          =   7875
      Left            =   0
      Picture         =   "Form6.frx":0000
      Top             =   0
      Width           =   15465
   End
End
Attribute VB_Name = "Form6"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form6.Hide
Form7.Show
End Sub

corner
© 1996-2008. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Publisher: Lars Hagelin.
bootstrapLabs Logo A bootstrapLabs project.