Willy-Kimura / SharpClipboard

A library for anonymously monitoring clipboard entries.
188 stars 36 forks source link

Suggestions #11

Closed kevklam closed 4 years ago

kevklam commented 4 years ago

A couple suggestions I came across when experimenting with clipboard apis:

Willy-Kimura commented 4 years ago

Very valuable suggestions indeed. Thank you.

Upon investigation, something I definitely considered taking a further look at and probably introduce in a near release is on implementing a message-only window. It is simpler compared to the library's current working model and might prove very beneficial internally.

As for the 1-second delay and likewise the Timer, since Windows components do not have an actual loading mechanism, this was a necessary measure and a much simplified way of invoking the library once an application starts; after that the Timer shuts down. Probably in future the Timer implementation can be explored to fit some unique scenarios.