Results 1 to 3 of 3

Thread: Form_Load ????

  1. #1

    Thread Starter
    Hyperactive Member Pozzi's Avatar
    Join Date
    Feb 2001
    Location
    The Stones!
    Posts
    507

    Question

    I need prompt the user when my application starts and the form is in focus and on screen.

    Placing the prompt in the Form_Load makes the msgbox appear before the form.

    Where else can I place it so it appears when the application starts and not again.

    I've tried Focus plus others.

    Anyone?

    Regards

  2. #2
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Code:
    Private Sub Form_Load()
        Me.Show 'this will show the form
        MsgBox "Helooooooo"
    End Sub
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  3. #3

    Thread Starter
    Hyperactive Member Pozzi's Avatar
    Join Date
    Feb 2001
    Location
    The Stones!
    Posts
    507

    Wink



    Cheers!!!

    Simple as that.

    Many Thanks.

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