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.

MDI forms in vb

Featured Replies

I need help with vb,

 

 

 

 

 

 

 

How exactly would i go about loading one form out of multiple forms in a MDI window?

 

 

 

i origanlly used:

 

 

 

 

 

 

 

Private Sub Load_form1_Click()

 

 

 

Load form1

 

 

 

Unload form2

 

 

 

Unload form3

 

 

 

Unload form4

 

 

 

Unload form5

 

 

 

Unload form6

 

 

 

End Sub

 

 

 

 

 

 

 

But i found this lagged the computer too badly seeing there was over 20 forms. Any advice?

I'd suggest not unloading them and just .hide them. :P

.visible = false would do the trick

 

 

 

 

 

 

 

 

 

 

 

or you could make a button that has to be pressed to make them load up. It depends on what your project is.

.visible = false would do the trick

 

 

 

 

 

 

 

Ah, yes .visible = false. :P My apologies, I haven't coded Visual Basic in a couple of years ever since I've moved onto C.

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.