Dim SWs As New SHDocVw.ShellWi ndows
Dim IE As SHDocVw.WebBrow ser
for each IE in SWs means SWs contains the list of only Internet Explorer right.
In the same way to get the list of all opened Mozilla firefox what is the code .
What i want to do is simple, to check if mozilla firefox is opened if opened i have to close it thats all
Thank u
Dim IE As SHDocVw.WebBrow ser
for each IE in SWs means SWs contains the list of only Internet Explorer right.
In the same way to get the list of all opened Mozilla firefox what is the code .
What i want to do is simple, to check if mozilla firefox is opened if opened i have to close it thats all
Thank u
Comment