ChristophCaina / TrayIconForTinkerForge

a small notification application that monitors the TinkerForge BrickDaemon Service
0 stars 1 forks source link

WindowState==Minimized #10

Closed Christoph-Caina closed 6 years ago

Christoph-Caina commented 6 years ago

With Windows 8.1 I've noticed, that the Window will not completely minimize to tray if the MinimizeButton of the form will be used. Instead, a small application Window at the bottom of the Desktop will still be visible.

Using the Same Code in the "TrayIcon_DoubleClick()" Event is working fine. This seems also to be related to the option, that the Task Icon is set to false. If the Task Icon is set to true, then the Window is minimizing to the Taskbar, like expected - but even then with Hide(), the TaskBar Icon won't disappear.

--> if I only use "hide()" and "Show()", the Application won't come back after it was minimized to the Tray. ==> needs a clean VM Windows 8 / Windows 8.1 and maybe a Windows 7 for testing on different Client Systems.

Christoph-Caina commented 6 years ago

Testing needs to be done on Windows7 and Windows8 (8.1) Issue was reproducible on Windows 10 as well but never noticed since now 👎

Issue isn't reproducible anymore on Windows10, still waiting for the tests on windows 7 and 8