Hi can anyone please tell me how to copy (or access) the contents stored in clipboard of windows by c++ ??
See this http://msdn.microsoft.com/en-us/library/windows/desktop/ms649039%28v=vs.85%29.aspx
thanks friend, am gonna read the whole article..
But i dont understand much of it..
do you know how to use Win32 API in C++?
no, i dont know that ..
Then you will have to learn about some new data types like HANDLE, HWND, HFILE, LPCSTR, LPSTR etc. Also, you should know how to call a function from some given header file. All API functions are collected in windows.h (YOU WILL HAVE TO INSTALL WINDOWS SDK FOR THIS) Note: Download Windows SDK for you specific version of OS. For Ex. if you are using Windows 7, you will need WinSDK v7.1
Join our real-time social learning platform and learn together with your friends!