justcoding121 / windows-user-action-hook

A .NET library to subscribe for Windows operating system global user actions such mouse, keyboard, clipboard & print events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Will there be any issue if the clipboard data types extend to images or files ?

XeorgeXeorge opened this issue · comments

title

It will not as long as someone can modify the code and make it work. When I worked on it a while ago I couldn't make it work, since then never had chance to look in to. Specifically below method is what we should look at to support this.

https://github.com/justcoding121/Windows-User-Action-Hook/blob/develop/EventHook/ClipboardWatcher.cs#L148