07-30-2009, 11:47 PM
Hello...i`m kinda nub when it comes to QM...
I would like to ask a few questions...well here they are..
First i want to make a "counter" that will do like next:
print numbers in a text field like notepad and type the numbers in order like:
1
2
3
4
5
6
7
...
I tried to make it but i just couldn`t get it
I tried like:
But it just wont work...i know im a newbie...so plz help =)))
The second thing i wanna ask is..
How can i press by "sendkeys" or "key (...)" a backspace button?
I couldn`t wind a way anywhere...
And the third thing a wanna ask is how can i multi my actions like do key left 8 times
but to not use:
???
Thanks =)
I would like to ask a few questions...well here they are..
First i want to make a "counter" that will do like next:
print numbers in a text field like notepad and type the numbers in order like:
1
2
3
4
5
6
7
...
I tried to make it but i just couldn`t get it
I tried like:
But it just wont work...i know im a newbie...so plz help =)))
The second thing i wanna ask is..
How can i press by "sendkeys" or "key (...)" a backspace button?
I couldn`t wind a way anywhere...
And the third thing a wanna ask is how can i multi my actions like do key left 8 times
but to not use:
key (VK_LEFT)
key (VK_LEFT)
key (VK_LEFT)
key (VK_LEFT)
key (VK_LEFT)
key (VK_LEFT)
key (VK_LEFT)
key (VK_LEFT)
Thanks =)