07-06-2009, 12:13 PM
Hi there,
3 little questions for which I can't find proper answers in forum :
1) some edit boxes send me this error :
"cannot paste. Make sure that this window is editable, supports Ctrl+V, and accepts this clipboard format. Some windows use Shift+Insert instead."
The good exemple is steam login box. I've got a TS menu and a key function.
The menu simply send nothing :
>menuitem
item1 :"sometext"
item2 :"sometext"
Password :"sometext"
<
The key function is triggerred by ctrl+win key +w, eat function enabled.
pw :key "mypwd"
it does fill the edit box, but with "mypwdpw", not "mypwd"
what is the problem? why does it send the password+pw, the name of the key shotcut?
2) i'd like to monitor my public IP and did not find a way to do it.
3) for 2) i'd like to compile a exe, looping endlessly for IP change or some other action. How do that, and how to stop the loop to stop the program, and how to pause the loop for a while?
Thanks.
3 little questions for which I can't find proper answers in forum :
1) some edit boxes send me this error :
"cannot paste. Make sure that this window is editable, supports Ctrl+V, and accepts this clipboard format. Some windows use Shift+Insert instead."
The good exemple is steam login box. I've got a TS menu and a key function.
The menu simply send nothing :
>menuitem
item1 :"sometext"
item2 :"sometext"
Password :"sometext"
<
The key function is triggerred by ctrl+win key +w, eat function enabled.
pw :key "mypwd"
it does fill the edit box, but with "mypwdpw", not "mypwd"
what is the problem? why does it send the password+pw, the name of the key shotcut?
2) i'd like to monitor my public IP and did not find a way to do it.
3) for 2) i'd like to compile a exe, looping endlessly for IP change or some other action. How do that, and how to stop the loop to stop the program, and how to pause the loop for a while?
Thanks.
