Jump to content

Recommended Posts

Posted

i can use the clipput in a GUI in a input field but is it possible to do so it is text there are marked and the use a hotkey to get marked text to clipput.. Any1 knows any solution?? every post is welcome..

Thanks anyway for reading the topic

My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! you’re the best in town Fight!
Posted

Here is an example that does not require the highlighting of the text

$source = InputBox("Question", "Where were you born?")
ClipPut($source)
$bak = ClipGet()
MsgBox(0, "Clipboard contains:", $bak)

Hope this helps


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)

it doesnt i id already know to that but i mean something like this:

Hotkeyset("!{End}", "get")

Func get:

;this func should take the slided text into the clip place so i can use the Clipget func

Edited by rambo3889
My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! you’re the best in town Fight!
Posted

it doesnt i id already know to that but i mean something like this:

Hotkeyset("!{End}", "get")

Func get:

;this func should take the slided text into the clip place so i can use the Clipget func

If you can figure out how to highlight the text then you just need your hotkey function to sent Ctrl 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

it is in a autoitscript i found under cool scripts and scrapts it is the troyzilla browser my and a friend is remaking it and we use the browser much but we hate when we found someting and tryin to get it copied but we cant with anything

My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! you’re the best in town Fight!
Posted

when im using he's autoit browser and lookin on websites and find something i need to copy the normally XP Ctrl + C dont copy thats why im askin is it possible to make a func so i copys the highlighted text

My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! you’re the best in town Fight!
Posted

it is in a autoitscript i found under cool scripts and scrapts it is the troyzilla browser my and a friend is remaking it and we use the browser much but we hate when we found someting and tryin to get it copied but we cant with anything

if you post the code i will take a look... i dont want to work with the old code if you have changed it

8)

NEWHeader1.png

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