Willy-Kimura / SharpClipboard

A library for anonymously monitoring clipboard entries.
183 stars 34 forks source link

Unable to set window title #12

Closed CaledoniaProject closed 4 years ago

CaledoniaProject commented 4 years ago

SharpClipboard library will create a hidden window with title {SharpClipboard}, can you expose a method to change the title?

Willy-Kimura commented 4 years ago

The said window is by default hidden from the end-user. Is it in any way visible whenever you start your application?

Edit In the next release, I'll be removing the window title.

CaledoniaProject commented 4 years ago

No, it's not visible, it's just a computer forensics issue. It's best to be configurable than an empty string ..

Willy-Kimura commented 4 years ago

As from version 3.5.1, I'll be providing a static property HandleCaption, that allows you to change the invisible window's caption globally.