Jump to content
Advert

jamiejose

Members
  • Posts

    13
  • Joined

  • Last visited

jamiejose's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I think, I'll just use the Send Function.. Thanks guyz!
  2. I've set the SendKeyDelay to 100 and still I get the same result..=(
  3. Hi water, I tried setting $flag = 1 and still I get the same result.
  4. Hi! PhoenixXL I'm using VB.net (Visual Studio 2008).. I've already tried using ControlSetText and it didn't work either..
  5. Using Send Function gives me better result, but I wanted to use ControlSend since it is more efficient. How can I solve this issue? please help me.. Thanks!
  6. Ok, I would like to send data in a DataGridView, Let's say I assigned the string "Red" to be added in one of the cells of the gridview. I used ControlSend Function.. here's my Code.. $formName = "window title" $newRate = "Red" ControlSend($formName, "", "[NAME:DataGridView1]", $newRate, $flag) When I run the AutoIT script, instead of writting "Red", it only writes "R".. How can I solve my problem?
  7. Hi, I have a DataGridview and I wanted AutoIt to input data using Control Send. The problem is the inputted strings are limited to one character. For Example, If I wanted to input 5000, controlsend will only key in 5, the three zeros are not inputted.. please help me with this problem..thanks!
  8. How can I get the column number in AutoIT? I can get the line by using @ScriptLineNumber, is there a way to get the column? Thanks...
  9. how to get the function name that is presently executed?
  10. How to write logs for autoIt? tnx
×
×
  • Create New...