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