|
-
Mar 20th, 2000, 04:04 PM
#1
Thread Starter
Hyperactive Member
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
-
Mar 20th, 2000, 04:40 PM
#2
Lively Member
my suggestion is to use SendKeys (alt+F4)
to close the browser...

-
Mar 20th, 2000, 04:42 PM
#3
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|