954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to view copy cut text in vb6 or registry

please solve my problem i want to know where we show text when we use copy cut command

Example: we use a command Ctrl+C or Ctrl+X any text in textbox or any file or folder
i want to view his clipboard where it link save
OR view in Registry or view in any file or view in vb6 textbox
i install BitTurrent and when i used internet and i use copy Ctrl+c command then BitTurrentbar show the copied text whare is the back botton

razamughal67
Junior Poster in Training
68 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

Depending on what you've copied you can use the statement "Clipboard.GetText" or "Clipboard.GetData". You can interrogate the format of the clipboard contents by using the "Clipboard.GetFormat" method. This will tell you whether you have (for example) text, a graphic or some other kind of information in the clipboard.

For specific syntax and additional information, look in the help file at the Clipboard object.

BitBlt
Master Poster
711 posts since Feb 2011
Reputation Points: 367
Solved Threads: 109
 

Thanks Brother
Its work

razamughal67
Junior Poster in Training
68 posts since Sep 2011
Reputation Points: 10
Solved Threads: 0
 

My pleasure. Be sure to mark this thread 'solved'.

BitBlt
Master Poster
711 posts since Feb 2011
Reputation Points: 367
Solved Threads: 109
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: