cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Copying to Clipboard
Copying to Clipboard
Apr 12, 2011 at 10:35am UTC
ToniAz
(351)
Hello Everyone!
I've been wondering, is there a way to make your clipboard your output buffer?
In other words, say I have a string somewhere in my program and I need to paste it in a text field, text file or text box, how can I do that?
Any help is appreciated!
Apr 12, 2011 at 10:42am UTC
m4ster r0shi
(2201)
Playing with the clipboard is an OS specific game.
If you're on windows, this could help ->
http://msdn.microsoft.com/en-us/library/ms649016%28v=vs.85%29.aspx#_win32_Copying_Information_to_the_Clipboard
Topic archived. No new replies allowed.