For a small utility I am writing (.NET, C#), I want to monitor clipboard copy operations and clipboard paste operations.
I have a datagrid in C# Project. What I am trying to do is copy data from datagrid and then paste in file. Then edit content and insert back to datagrid from clipboard.
The add-to-clip-board code we have in our code base is quite low-level - allocating global memory and so on. For the simple case I just want to put some plain text on the clipboard, are there any rout
I\'m working on a project that\'s supposed to work on both Windows and Linux (with an unofficial Mac port as well) that emulates a true colour system console.
I want to add an Cut/Copy/Paste ContextMenuStrip in a RichTextBox, but the problem is, I want to enable or disable the Paste button with respect to the current condition of the windows clipboard.. I m
Im copying data (text) to a clipboard but the data that I\'m copying to the clipboard has a length of 30,500,000.
I need to take text already obtained and stored in a variable and place it in another window: IE or any other windows application.
My app. will be running on the system try monitoring for a hotkey; when the user selects some text in any window and presses a hotkey, how do I obtain the selected text, when I get the WM_HOTKEY messa
It has methods like CRichEditCtrl::Copy(), CRichEditCtrl::Paste() which you can call, but I can\'t spot any messages the control is sent by Windows telling it to perform a paste operation. Does anyone
I am trying to work with the Windows clipboard and Office Interop in an ASP.NET web application. Everything works well on my local machine running XP (i have created a Windows application first which