This Code will tell you how to make a form that loads 10 times or any choice of yours after that it
This Code will tell you how to make a form that loads 10 times or any choice of yours after that it will give a message that this software is
API Declarations
'you need to text boxes text1.visible will be false
'[email protected]
'http://www.geocities.com/shahidrasool72
Rate This Code will tell you how to make a form that loads 10 times or any choice of yours after that it
(1(1 Vote))
Form1.Text1.Text = GetSetting(App.Path, " setting", "text1", Text1.Text)
Text1.Text = Text1.Text + 1
If Text1.Text > 10 Then
MsgBox "Your Trial Version Expired"
' Text2.SetFocus
End If
End Sub
Private Sub Form_Unload(Cancel As Integer)
SaveSetting App.Path, " setting", "text1", Text1.Text
End Sub
This Code will tell you how to make a form that loads 10 times or any choice of yours after that it Comments
No comments yet — be the first to post one!
Post a Comment