Link to home
Start Free TrialLog in
Avatar of Mindo
Mindo

asked on

Clipboard functions

I don't understand how to manage clipboard in my application. Could anybody paste down a simple code which just opens the clipboard, clears it, adds a string "Clipboard String" to it and then closes it. Then opens the clipboard again and reads the same string from it. This would demonstrate how to work with the following functions:

OpenClipboard();
EmptyClipboard();
SetClipboardData();
CloseClipboard();
GetClipboardData();

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of naveenkohli
naveenkohli

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial