ifilikeituwill
Technical User
This is in Visual Basic 5. I open a new project and chose a Standard.Exe Form
Source Code follows!
Private Sub Command1_Click()
Text1.Text = "1 Pressed!"
End Sub
Private Sub Command2_Click()
Text1.Text = "2 Pressed!"
End Sub
Private Sub Command3_Click()
Text1.Text = "3 Pressed!"
End Sub
Private Sub Command4_Click()
Text2.Text = "1 invoked 4!"
End Sub
Private Sub Command5_Click()
Text2.Text = "2 invoked 5!"
End Sub
Private Sub Command6_Click()
Text2.Text = "3 invoked 6!"
End Sub
Private Sub Exit_Click()
End
End Sub
If some one can get this to work, can you try it by making the following changes:
Command4.Visible = False
Command5.Visible = False
Command6.Visible = False
Thanks for reading my post!
ifilikeituwill
Source Code follows!
Private Sub Command1_Click()
Text1.Text = "1 Pressed!"
End Sub
Private Sub Command2_Click()
Text1.Text = "2 Pressed!"
End Sub
Private Sub Command3_Click()
Text1.Text = "3 Pressed!"
End Sub
Private Sub Command4_Click()
Text2.Text = "1 invoked 4!"
End Sub
Private Sub Command5_Click()
Text2.Text = "2 invoked 5!"
End Sub
Private Sub Command6_Click()
Text2.Text = "3 invoked 6!"
End Sub
Private Sub Exit_Click()
End
End Sub
If some one can get this to work, can you try it by making the following changes:
Command4.Visible = False
Command5.Visible = False
Command6.Visible = False
Thanks for reading my post!
ifilikeituwill