Jump to content

Recommended Posts

Posted

my friend has a radio on internet so i want to build a program to advertise it

and the msg is in hebrew so i used send to write it

but when it come to the part it should write the address it writed whierd sines

i am trying to do send cntrl+v (paste) so i tryd

Send ("^v")

and

Send ("{^v}")

but it doesnt seem to work

any help please

and another thing i want the script to repeat it self by a value i can set manually or a value with gui

because the script should go like this

set my icq windows active

press enter for new message

write the msg

send the msg

close conversion

send down

and repeat

Posted

Well, unfortunately, we are not your scripting slaves. However we can give you some tips. I'm not sure why the Send("^v") isn't working, instead try doing this:

$get = ClipGet()
Send($get)

Hope it helps,

Kurt

Awaiting Diablo III..

Posted

Are you sure you have the text in the clipboard? Does the script automatically copy it to the clipboard?

Kurt

Awaiting Diablo III..

  • Moderators
Posted

As far as I know, AutoIt can only send in standard ASCII format.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted

isant there a way to press cntrl + v or function to paste things

and another thing

how can i use ControlListView

to select in my msn somone?

the select command only selects from, to

i want to select a text is it possible?

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
  • Recently Browsing   0 members

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