Jump to content

Is there a way to read clipboard formats other than text?


Recommended Posts

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

Link to comment
Share on other sites

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

You 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

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