krutohonest.blogg.se

How to retrieve copied text from clipboard
How to retrieve copied text from clipboard











how to retrieve copied text from clipboard

To use API calls to retrieve information from the Clipboard, paste the following code into the Declarations section of a standard module. The following example illustrates how to paste the contents of the Clipboard into a text box named txtNotes. You can use the RunCommand method with the acCmdPaste constant to paste the contents of the Clipboard into the active control on a form or report. In this article Use the RunCommand method













How to retrieve copied text from clipboard