Results 1 to 2 of 2

Thread: Webbrowser > OnQuit

  1. #1
    Guest
    Okay, say when an html code closes your webbrowser. It will close the webbrowser and leave the form blank. That is where the OnQuit function comes in.

    Code:
    Private Sub webbrowser1_OnQuit()
    Unload Me
    End Sub
    This code does not work though, it just minimizes the form and leaves the form blank with only the toolbar stuff, why?


  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    Maybe?

    Quit Method Syntax

    object.Quit



    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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