Hi pallavi,
move the mouse over the object ,wait for a second tooltip to appear
most of the windows application use this nativeclass only "tooltips_class32"
i don't know for .Net application ,move mouse over the object in the application...
use descriptive in the script
kindly let me know , if there is any query
Regards
Bala
Code:
SwfWindow("Microbiology Result Entry Main").SwfLabel("SwfSuscInterpretation2").MouseMove 5,10
move the mouse over the object ,wait for a second tooltip to appear
Code:
wait(2)
var=SwfWindow("nativeclass:=tooltips_class32").getroproperty("text")
msgbox var
i don't know for .Net application ,move mouse over the object in the application...
use descriptive in the script
kindly let me know , if there is any query
Regards
Bala