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
Printable View
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
my suggestion is to use SendKeys (alt+F4)
to close the browser...
;)
ops, to close an application using the
SendKeys...
i hope this would be of help...:)Code:SendKeys "%{F4}", True