rohitmandrekar / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

System tray icons do not show the context menu #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Most likely the problem is caused by moving the Update to a seperate timer
thread. All the GUI updates have to be done from the winform thread, or
strange things might happen.

http://stackoverflow.com/questions/661561/how-to-update-gui-from-another-thread-
in-c

Original issue reported on code.google.com by moel.mich on 29 Mar 2010 at 5:56

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r111.

Original comment by moel.mich on 2 Apr 2010 at 4:06