Nick Duffill Posted March 9, 2006 Posted March 9, 2006 Is there a way to read non-text formats from the clipboard? I want to be able to select some text in a web browser page, copy it to the clipboard, then parse any hyperlinks that it contains. But the ClipGet() function seems to return the plain text version of the clipboard contents, i.e. does not contain the links. Will I need to use Dale's IE Automation library? TIA Nick
BigDod Posted March 9, 2006 Posted March 9, 2006 Is there a way to read non-text formats from the clipboard? I want to be able to select some text in a web browser page, copy it to the clipboard, then parse any hyperlinks that it contains. But the ClipGet() function seems to return the plain text version of the clipboard contents, i.e. does not contain the links. Will I need to use Dale's IE Automation library?TIANickYou could use send("+{INS}") to paste the contents of the clipboard into a file or better still use ControlSend. 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
herewasplato Posted March 9, 2006 Posted March 9, 2006 ...Will I need to use Dale's IE Automation library?IE.au3 would probably be best or you could use InetGet()Either way, take a look at this link:http://www.autoitscript.com/forum/index.php?showtopic=19718...hope this helps... [size="1"][font="Arial"].[u].[/u][/font][/size]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now