Written some cool source code? Upload it to Programmer's Heaven.

View \Form7.frm

Calculation-Cal-Comp v1.0

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


VERSION 5.00
Begin VB.Form Form7
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Form6"
   ClientHeight    =   7860
   ClientLeft      =   -45
   ClientTop       =   435
   ClientWidth     =   11910
   LinkTopic       =   "Form7"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   Picture         =   "Form7.frx":0000
   ScaleHeight     =   7860
   ScaleWidth      =   11910
   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          =   735
      Left            =   2520
      Style           =   1  'Graphical
      TabIndex        =   0
      Top             =   5640
      Width           =   2055
   End
   Begin VB.Label Label2
      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        =   2
      Top             =   0
      Width           =   2055
   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            =   2520
      TabIndex        =   1
      Top             =   0
      Width           =   2055
   End
End
Attribute VB_Name = "Form7"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Command1_Click()
Form7.Hide
Form8.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.