09-30-2008, 02:38 PM
Hi
If the order in which items display in your Listbox doesn't change then try this one .Initially Using object Spy get the property "allitems".
In your script store the info in the same format got above in a variable.Get the object's(listbox) allitems property using getroproperty in another variable. compare both strings. You will get true or flase.
Anu
If the order in which items display in your Listbox doesn't change then try this one .Initially Using object Spy get the property "allitems".
In your script store the info in the same format got above in a variable.Get the object's(listbox) allitems property using getroproperty in another variable. compare both strings. You will get true or flase.
Anu