Notifying a message in Action center.
Revisão | 93a7714d4b22745683816ec865850ccfa01b293a (tree) |
---|---|
Hora | 2015-01-06 20:51:00 |
Autor | JeffyTS <JeffyTS@outl...> |
Commiter | JeffyTS |
Improved IO exception and fixed some bugs. #2
@@ -287,12 +287,12 @@ namespace VMwPlayerTaskTray | ||
287 | 287 | #if DEBUG |
288 | 288 | Debug.WriteLine("Finish VMControl Thread"); |
289 | 289 | #endif |
290 | - if (!ret) SetMenuItem(MENU_MODE.ERROR); | |
291 | - else | |
290 | + if (!ret) | |
292 | 291 | { |
293 | - // Exit | |
292 | + SetMenuItem(MENU_MODE.ERROR); // Exit | |
294 | 293 | this.notifyIcon1.Visible = false; // タスクトレイからアイコンを取り除く |
295 | 294 | Application.Exit(); // アプリケーション終了 |
295 | + return; | |
296 | 296 | } |
297 | 297 | vmState = VMSTATE.UNDEFINED; // vmState をリセットする |
298 | 298 | ChangeMenuItem(vmxFilePath); // VMwareの動作状態をチェックしMenuItemの表示を切り替える |
@@ -11,7 +11,7 @@ | ||
11 | 11 | |
12 | 12 | Files: |
13 | 13 | VMwPlayerTaskTray.exe |
14 | - VtrlVix.dll | |
14 | + CtrlVix.dll | |
15 | 15 | Interop.VixCOM.dll |
16 | 16 | sample.lnk |
17 | 17 | readme.txt |