Sunday, January 24, 2010

Program-1

PROGRAM TO GET ITEMS BELOW IN WINDOW TOOLBAR OF DESKTOP
***********************************************************************
ic= window("Window").WinToolbar("Running Applications").GetItemsCount()
For i=1 to ic
it=window("Window").WinToolbar("Running Applications").GetItem(i)print(it)
Next

No comments:

Post a Comment