Go to file
Peter Kirmeier 9cab97276d Fixed overwriting clipboard on Label's MouseDoubleClick (Title bar of root folder)
Use workaround class for "Clipboard" issue on .Net Windows Forms Label:
On Label MouseDoubleClick the framework will copy the title text into the clipboard.
We avoid this by overriding the Text atrribute and use our own copy.
(https://stackoverflow.com/questions/2519587/is-there-any-way-to-disable-the-double-click-to-copy-functionality-of-a-net-l)

Note: When you have trouble with the Visual Studio Designer not showing the GUI properly, simply build once and reopen the Designer.
This will place the required files into the Designer's cache and becomes able to show the GUI as usual.

Fixes #5 (https://github.com/Hofknecht/SystemTrayMenu/issues/5)
2019-07-19 21:48:36 +02:00
.github/ISSUE_TEMPLATE Update issue templates 2019-07-04 23:14:05 +02:00
Controls Fixed overwriting clipboard on Label's MouseDoubleClick (Title bar of root folder) 2019-07-19 21:48:36 +02:00
Helper Hide hidden entries 2019-07-14 16:46:11 +02:00
Properties Fixed overwriting clipboard on Label's MouseDoubleClick (Title bar of root folder) 2019-07-19 21:48:36 +02:00
Resources Feature: Detection of inaccessible folders 2019-07-05 23:09:55 +02:00
ThirdParty added ThirdParty 2019-07-04 22:00:56 +02:00
.gitignore Initial commit, 0.9.1.233 2019-07-04 19:04:14 +02:00
app.config [BUG] autostart activate not always working #28 2019-07-08 18:56:31 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2019-07-07 11:59:22 +02:00
Config.cs [BUG] autostart activate not always working #28 https://github.com/Hofknecht/SystemTrayMenu/issues/28 2019-07-08 19:57:15 +02:00
CONTRIBUTING.md Create CONTRIBUTING.md 2019-07-07 12:12:29 +02:00
LICENSE Update License 2019-07-07 10:27:05 +02:00
mail Cacert Aussurance meeting.txt minor stuff 2019-07-06 12:45:01 +02:00
mails Antivirus.txt added answer from avast 2019-07-06 12:51:18 +02:00
MenuDefines.cs Initial commit, 0.9.1.233 2019-07-04 19:04:14 +02:00
Program.cs Initial commit, 0.9.1.233 2019-07-04 19:04:14 +02:00
README.md Initial commit 2019-07-04 11:58:41 +02:00
SystemTrayMenu.csproj Hide hidden entries 2019-07-14 16:46:11 +02:00
SystemTrayMenu.sln Initial commit, 0.9.1.233 2019-07-04 19:04:14 +02:00
SystemTrayMenuHandler.cs Repeating a character in search will jump to next element starting with this character only at the beginning of the search 2019-07-19 18:58:16 +02:00

SystemTrayMenu

SystemTrayMenu - An improved Windows Toolbar