|
-
Apr 4th, 2000, 09:23 AM
#3
Thread Starter
Junior Member
heres the code im using
Dim value As String
value = IniString("options", "intro?", "tt.ini")
If value = "no" Then GoTo nope: Else GoTo yup:
yup:
intro.Show
Unload Me
nope:
Main.Show
Unload Me
what happens is both of them load(im very new at vb, so if this is one of the dumbest ways to do this tell me and please show me a good way).
Thanks,
ToNy HwK
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
|