Jump to content

Recommended Posts

Posted

This works just fine:

Send("^C")

However, this never works:

Send("^V")

I've also tried:

Send("{LCTRL}V")
Send("{LCTRL down}")
Send("V")
Send("{LCTRL up}")

nothing....

Posted

How about using ClipGet as I assume you are trying to paste. You could also use send("+{INS}")


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Posted (edited)

Sweet, that works.

I can't use Send("" & ClipGet()) because it doesn't retain the font, but the other method works.

Thanks BigDod!

Edited by DarthVega
Posted

Why do want to send "" ?

Use this

$put = ClipGet()
Send( $put )
oÝ÷ Úâ~Ø^ªê-ªê-ÉÞqë,j¼ºÚ"µÍÌÍÜ]HÛÙ]

BÙ[
    ][ÝÉ][ÝÈ    [È ÌÍÜ]
B

--------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]

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...