- Home
·
- Miscellaneous
·
- This code will enter code into the form caption box while form is running!
This code will enter code into the form caption box while form is running!
This code will enter code into the form caption box while form is running!
Rate This code will enter code into the form caption box while form is running!
(1(1 Vote))
Form2.Caption = InputBox("Enter Caption for Fun", "Enter Some Caption", "This is the Best Program Ever")
End Sub
Private Sub mnuExit_Click()
End
End Sub
Private Sub mnuNext_Click()
Form3.Show
Form2.Hide
If lblPassWord.Visible = True Then
lblPassWord.Visible = False
End If
End Sub
Private Sub mnuPass_Click()
lblPassWord.Caption = InputBox("Enter Caption for Fun", "Enter Some Caption", "This is the Best Program Ever")
lblPassWord.Visible = True
End Sub
Private Sub mnuPrev_Click()
Form1.Show
Form2.Hide
If lblPassWord.Visible = True Then
lblPassWord.Visible = False
End If
End Sub
This code will enter code into the form caption box while form is running! Comments
No comments yet — be the first to post one!
Post a Comment