Jump to content

ratnasqa

Members
  • Posts

    2
  • Joined

  • Last visited

ratnasqa's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. can any one help how to get text from calculator, by not using any mouselicks??
  2. I have a code like below. Essentially to click on button 7 programatically. Pls help to correct the below. Run("calc.exe") WinActivate("Calculator") Sleep(2000) MsgBox(0,"Message","Click button 7",5) ControlClick("","","Button","Left",2,179,274) WinClose("Calculator")
×
×
  • Create New...