N
Nico De Greef
Hi,
Create a windows form and run the following code from a button:
notifyIcon1.Visible = true;
System.Threading.Thread.Sleep(15000);
Click the button.
Try to access your windows explorer via the [WindowsKey]-E shortcut. This
will not work, at this point the taskbar will freeze to.
After the sleep time of, in this case, 15 seconds, the requested windows
explorer will pop up.
Anyone has a workaround or explanation for this behaviour ?
Best regards;
Create a windows form and run the following code from a button:
notifyIcon1.Visible = true;
System.Threading.Thread.Sleep(15000);
Click the button.
Try to access your windows explorer via the [WindowsKey]-E shortcut. This
will not work, at this point the taskbar will freeze to.
After the sleep time of, in this case, 15 seconds, the requested windows
explorer will pop up.
Anyone has a workaround or explanation for this behaviour ?
Best regards;