|
-
Nov 10th, 2008, 06:20 PM
#1
Thread Starter
Lively Member
[RESOLVED] [2003] Calling a form
I just finished the program im working on. Now im working on making an opening screen that pops up before the main program can run.
I created the register form after the main program. I need to find a way to have the main program check to see if its been registered (by looking for a file it creates on setup). If it is still in trial version, the main program needs to open up the register window BEFORE it loads anything.
So...
User clicks "main program"
Before main form loads everything(buttons, labels ...ect) it opens the register form. so all the user can do is interact with the register form. If they enter the key it will load the main form fully. If the user does not enter a register key the register form closes and so does the main form.
Make sence?
I need to know how to make the main form show the register form, without letting any of the main form be used.
My car if Chevy was VB.NET
Code:
Public Class MyCar
Public Sub Camaro()
Dim Camaro As Car
Camaro = SS.Fast("Sexy")
End Sub
Public Function Fast(ByVal sexy As String ) As String
Return "SUPER" & sexy
End Function
End Class
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|