Link to home
Start Free TrialLog in
Avatar of nomeoj
nomeoj

asked on

IE controls in Visual basic - Easy one


Experts,

I am trying to do an application in Visual Basic, in which it has Browser included. However while the exe is running, On browser load, I want to close all other internet explorer which is opened.

Any suggestions?

Thanks
Ignatius.
Avatar of justchat_1
justchat_1

You need to kill the process iexplore.exe by exe name.

Try this:
http://www.thescarms.com/VBasic/StopProcess.asp

Or look at idle minds code:
https://www.experts-exchange.com/questions/20792368/Close-a-program-in-VB6.html
Internet explorer EXE has one main process ...
http://www.vbforums.com/showthread.php?t=236340
 Here is a sample cs. file that kills all children and main process ...cheers
ASKER CERTIFIED SOLUTION
Avatar of AzraSound
AzraSound
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial