cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
clipboard software
clipboard software
Sep 6, 2011 at 1:03pm UTC
Blessman11
(370)
Does anybody know where I can find a clipboard software that can be embedded in a c++ program?
I'm using using windows 7 and VS2010, and if possible could you recommend one with known tutorials available.
Sep 6, 2011 at 5:08pm UTC
coder777
(8444)
The windows API has functions to easily access the Clipboard and GUI libraries like wxWidgets or QT provides functions for that too.
http://msdn.microsoft.com/en-us/library/ms648709%28v=VS.85%29.aspx
Topic archived. No new replies allowed.