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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • coollife
    New Member
    • Oct 2009
    • 2

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

    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
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

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

    Comment

    Working...