03-12-2009, 04:06 PM
Here it is very simple......... in for loop it starts (0) first browser to (browco-1) recent browser.... you can get any info about any browser on desktop by using below code and just modify as per your requirement
Code:
Dim bro
Set bro=description.Create
bro("micclass").value="Browser"
Set brow=desktop.ChildObjects(bro)
browco=brow.count
print browco
For i=0 to browco-1
ind=brow(i).getroproperty("text")
print ind
Next