Friday, January 29, 2010

PROGRAM-12

PROGRAM FOR READING ALL TABS FROM MYCOMPUTER PROPERTIES
tc=dialog("System Properties").WinTab("SysTabControl32").GetItemsCount()
For i=0 to tc-1
tname=dialog("System Properties").WinTab("SysTabControl32").GetItem(i)
dialog("System Properties").WinTab("SysTabControl32").Select tname,micLeftBtn
wait(1)
Next

No comments:

Post a Comment