SharpClipboard icon indicating copy to clipboard operation
SharpClipboard copied to clipboard

A library for anonymously monitoring clipboard entries.

Results 19 SharpClipboard issues
Sort by recently updated
recently updated
newest added

Hi, I found out that the documentation note for "Files" member of ContentTypes enum appears to be explained as: "Represents content as a List of files" at line 102 in...

docs

Hi, I think there might be some bug with the library itself, or the problem might be underlying on System.Windows.Forms.Clipboard class, when I set an image using **System.Windows.Forms.Clipboard.SetImage()** method, SharpClipboard's...

I notice that copying the URL from Chrome 84.0.4147.125 triggers the detection twice. Seems to work as intended in every other occasion. ``` private void foo() { clipboard = new...

While the values for SourceApplication.path and SourceApplication.name does not do anything, the value for the SourceApplication.ID is not the process ID. SourceApplication.Handle is always = ID. Tested it with the...

fix it this Case. https://github.com/Willy-Kimura/SharpClipboard/issues/20

after I copied text and image, the content type shows text only, and after I using e.Content.ToString(), the image disappeared

enhancement

System.ObjectDisposedException: '无法访问已释放的对象。 ObjectDisposed_ObjectName_Name' This exception was originally thrown at this call stack: [External Code] System.ObjectDisposedException HResult=0x80131622 Message=无法访问已释放的对象。 ObjectDisposed_ObjectName_Name Source=System.Windows.Forms StackTrace: at System.Windows.Forms.Control.CreateHandle() at System.Windows.Forms.Form.CreateHandle() at System.Windows.Forms.Control.get_Handle() at System.Windows.Forms.Control.SetVisibleCore(Boolean value) at...

![image](https://user-images.githubusercontent.com/17864839/108648637-1d2e7b00-74ff-11eb-8c17-1ce7a48da08c.png) If Hook WM_DRAWCLIPBOARD Multiple Process Hook event is good work Data is Empty. -_- ( It's Sometime ) ( WM_CLIPBOARDUPDATE is Same Trouble ) ( I tried Global Mutex...

enhancement

Hello everybody, I am getting this error that "The requested Clipboard operation was not successful.", this error is intermittent, and with different scenarios where it shows the same error. Any...