You are not logged in.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Leondreux

Beginner

  • "Leondreux" started this thread

Posts: 1

Date of registration: Jul 16th 2010

  • Send private message

1

Friday, July 16th 2010, 5:25am

Hide/Show Help

Hello everyone :). I absolutely LOVE this program, and I am trying to make a program that simply asks for user input and if the information is correct, it redirects to Google, for no reason at all :). I need to know how to do a couple things:

1) Hide one applet and have another show immediately after (Applet1 and Applet2)
2) I need to know the code that would make sure the user input is correct and if it is it redirects to Google, here is both codings that I am having trouble with.

Hide/Show Applets:

Source code

1
2
3
4
5
Public Sub Command1_Click()
   Applet1.hide
   Applet2.start
   
End Sub


Login:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
Public Sub Command1_Click()
   If Command1 = "lol" Then
   Goto password
   Else 
   Goto password
   End If
   password:
   If command2 = "lolwut" Then
   Open Applet1
   Else
   Open Applet3
   End If
   
End Sub


Applet 1 just has one button that says "Congrats! Login Success!" I also need help with this button, as I need to know how to make the Applet close or end when that button is pushed.

Applet 3 just has a button that says "FAIL!" I need this to auto close when the button is pushed.

The program does not work and does not compile so it does not open. Here are a couple screenshots:

Home for login:


If the login is successful:


If the login failed:


Thanks!

Rate this thread
WoltLab Burning Board