Jump to content

got a little problem


rakarna
 Share

Recommended Posts

hi if i look in the help file under "Send Key List" it say that this (^) sympol is ctrl button. and when i write send("^c") it copy the things i have select it to copy but (now my problem come) when i am trying to get it to paste the things i want it to do it does not do it and i juse the code send(^v)

please some one help me

just tell me if i need to explane better

Link to comment
Share on other sites

  • Developers

How do you know it doesn't work?

You will have to give more/better information for us to be able to help...

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

ClipPut('Value')
Run('notepad.exe')
WinWaitActive('Untitled -')
Send('^v')

Try this, if it works then you're not checking which window has the focus.

ok i tryed this one but it do not work :) when i press ctrl+v manual it works.

i have tryed to put a sleep(5000) in front of the send("^v") thing to and klickt on the notepad so the focuse will be on that one but it does not work for me :) is this bug or something?? or just my computer is wrong on?

Link to comment
Share on other sites

what is OS?

Operating system.

If you don't know what an operating system is you should put down scripting for a while and learn the basics of a computer.

Curently writing a autoit installerAutoit installer 83 and 2 thirds%-template 100%-script syntax 100%-script parser 50%--error checking 100%--actual parsing 50%--combining template and parsed crap 0%Template.au3 - 4.15kbparser.au3 - 1.94kb

Link to comment
Share on other sites

Operating system.

If you don't know what an operating system is you should put down scripting for a while and learn the basics of a computer.

haha okej :) i have windows xp but i have found a other way to do that i want to do so dont need any help any more but Cya and thanks for trying to help me :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...