Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

VB .NET Login Form - Help needed

Featured Replies

I'm trying to make a login form for a verrry basic app I am making in my Ind. Study time at school, but I can't seem to find the code to do the job. I've done it on VB 6, but have yet to see it in VB .NET

 

 

 

 

 

 

 

The code I am looking for is the one that hides a form and shows another form. I have already tried the help feature and looked in my book (although, the book is more of a .NET programming book, and the function may be a VB specific one?)

 

 

 

 

 

 

 

If you need any more details/want the program/source, just say so

smithie3.jpg

I just posted something! ^_^ to the terrorist...er... kirbybeam.

MyOtherForm.Hide()



PassWordForm.Show()

 

 

 

 

 

 

 

You mean like that? :)

 

 

 

 

 

 

 

Then in the handling of a correct login, you can just do:

 

 

 

 

 

 

 

PassWordForm.Close()



MyOtherForm.Show()

  • Author
MyOtherForm.Hide()



PassWordForm.Show()

 

 

 

 

 

 

 

You mean like that? :)

 

 

 

 

 

 

 

Then in the handling of a correct login, you can just do:

 

 

 

 

 

 

 

PassWordForm.Close()



MyOtherForm.Show()

 

 

 

 

 

 

 

I think I tried that already :?

 

 

 

Ah well, can't hurt to try again

smithie3.jpg

I just posted something! ^_^ to the terrorist...er... kirbybeam.
  • Author

Here, I ended up using this

 

 

 

 

 

 

 

Dim passwordForm As New uiPasswordForm



Me.ActiveForm.Hide()



passwordForm.Show()

 

 

 

 

 

 

 

Another problem was that my form files were in different projects, so I had to import one :P

smithie3.jpg

I just posted something! ^_^ to the terrorist...er... kirbybeam.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.