Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Web
#2
Solved: 11 Years, 4 Months ago
Hi Anna,
You can use the following code.
Code:
Set b=Description.Create
b("micclass").value="Browser"
Set obj=Desktop.ChildObjects(b)
msgbox obj.count
For i=0 to obj.count-1
c=obj(i).getroproperty("name")
msgbox (c)
obj(i).Close
Next
Reply


Messages In This Thread
Web - by Anna - 07-11-2008, 06:54 PM
RE: Web - by somisays - 07-11-2008, 08:29 PM
RE: Web - by Anna - 07-11-2008, 09:05 PM
RE: Web - by quickmy - 07-13-2008, 03:10 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)