Suppir 0 Posted March 8, 2011 Hello! I know that data in clipboard exists in several formats ($CF_TEXT, $CF_OEMTEXT, etc). Sometimes we have 4 formats, sometimes 8 or more. We can retrieve data in specified format to variable using _ClipBoard_GetData(). But can you tell me, is it possible to get "snapshot" of ALL clipboard data (in any existing format) to 2-dimentional array? Later I wish to "fill" empty clipboard with the data from this 2-d array. Share this post Link to post Share on other sites
Suppir 0 Posted March 8, 2011 And the second question: what the differrence beetwen _ClipBoard_GetData and _ClipBoard_GetDataEx? Share this post Link to post Share on other sites
MvGulik 86 Posted March 8, 2011 And the second question: what the differrence beetwen _ClipBoard_GetData and _ClipBoard_GetDataEx?Text for text based formats or Binary data for all other formats, +If you need a finer degree of control over retrieving data from the clipboard, you may want to use the _ClipBoard_GetDataEx function.Handle to a clipboard object in the specified format "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014)"Believing what you know ain't so" ...Knock Knock ... Share this post Link to post Share on other sites