Results 1 to 17 of 17

Thread: Open Splash Form - Close Splash & Load Form1

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member jokerfool's Avatar
    Join Date
    Dec 2006
    Location
    Gold Coast, Australia
    Posts
    452

    Exclamation Open Splash Form - Close Splash & Load Form1

    Retyped:

    Splash screen appears, there is a button to continue. When button is pressed, Splash disappears and Form1 is loaded.

    I've used the Splash.hide() to hide the splash, but then I red somewhere that you should close the forms if they're not being used.

    So in this instance I have used:

    Code:
    Form1.Show()
            Me.Hide()
    Is this the correct sequence to closing the other form. If not can I use this command when the user has finished to close the main form which hopefully closes everything else where I used the .hide.

    Code:
    Application.Exit()
    Last edited by jokerfool; Feb 27th, 2013 at 01:42 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width