Results 1 to 3 of 3

Thread: Help!!!

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    India
    Posts
    298
    I need to close my browser from my VB application. I tried using the CloseHandle API but it doesnt work. How do I make it work?

    Thanx in advance,

    Ramya

  2. #2
    Lively Member
    Join Date
    Jun 1999
    Posts
    120
    my suggestion is to use SendKeys (alt+F4)
    to close the browser...



  3. #3
    Lively Member
    Join Date
    Jun 1999
    Posts
    120
    ops, to close an application using the
    SendKeys...

    Code:
    SendKeys "%{F4}", True
    i hope this would be of help...

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