Forum Discussion
Clipboard History's icon in the Taskbar
If there is any command in C# that opens Clipboard History I could create a small executable to run this and add a shortcut to it on the taskbar. I'm researching this, trying to find out about it
And thanks, you are a very nice person who helps the community here on this forum
- HotCakeXFeb 21, 2021MVP
Thanks for the kind words, you too actually 🙂
i believe you can call the Win + V shortcuts in your script or program, so like make it work as if the user is pressing Win + V keys on keyboardthere are some examples
- DeletedFeb 22, 2021
The video showing how the feature works can be seen here:
https://drive.google.com/file/d/1PTTP0SiFecaN2l4zne3LqS2i14JulXhk/view?usp=sharing
- VatsalFeb 22, 2021Brass ContributorCool!
- DeletedFeb 22, 2021
What program do you use to record videos and post here?
I want to record a video of this little software showing Clipboard History and if you want to test it I will send you a link to download it from Google Drive- HotCakeXFeb 22, 2021MVP
- DeletedFeb 22, 2021
I can't believe it, I received the solution in less than 30 minutes!
https://www.codeproject.com/Answers/5295433/Csharp-how-to-open-clipboard-history-from-windows#answer2
..................