Connecting Tech Pros Worldwide Forums | Help | Site Map

This is my first post, Thank u One and all for great Q and A . Please Solve my Q

Newbie
 
Join Date: Oct 2009
Posts: 2
#1: Oct 7 '09
Dim SWs As New SHDocVw.ShellWindows
Dim IE As SHDocVw.WebBrowser

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

debasisdas's Avatar
Moderator
 
Join Date: Dec 2006
Location: Bangalore ,India
Posts: 7,511
#2: Oct 7 '09

re: This is my first post, Thank u One and all for great Q and A . Please Solve my Q


try setting mozila as the default browser and then use your code .
Reply