Notifying a message in Action center.
Revision | 33e38520930e1166681ffd783e8aed73a62de46b (tree) |
---|---|
Zeit | 2021-05-02 13:42:29 |
Autor | JeffyTS <JeffyTS@outl...> |
Commiter | JeffyTS |
2021/05/02
@@ -1,43 +0,0 @@ | ||
1 | - | |
2 | -Microsoft Visual Studio Solution File, Format Version 12.00 | |
3 | -# Visual Studio 2013 | |
4 | -VisualStudioVersion = 12.0.31101.0 | |
5 | -MinimumVisualStudioVersion = 10.0.40219.1 | |
6 | -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VMwPlayerTaskTray", "VMwPlayerTaskTray\VMwPlayerTaskTray.csproj", "{E132DACE-6C8E-4A09-BB02-1F2FBD4698A9}" | |
7 | -EndProject | |
8 | -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CtrlVIX", "CtrlVIX\CtrlVIX.csproj", "{707AE0E6-AB93-4EE1-A708-BF95F91A3E30}" | |
9 | -EndProject | |
10 | -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{74015A51-D154-424B-8C6E-50DE0AF13EC8}" | |
11 | - ProjectSection(SolutionItems) = preProject | |
12 | - readme.txt = readme.txt | |
13 | - EndProjectSection | |
14 | -EndProject | |
15 | -Global | |
16 | - GlobalSection(SolutionConfigurationPlatforms) = preSolution | |
17 | - Debug|Any CPU = Debug|Any CPU | |
18 | - Debug|x64 = Debug|x64 | |
19 | - Release|Any CPU = Release|Any CPU | |
20 | - Release|x64 = Release|x64 | |
21 | - EndGlobalSection | |
22 | - GlobalSection(ProjectConfigurationPlatforms) = postSolution | |
23 | - {E132DACE-6C8E-4A09-BB02-1F2FBD4698A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
24 | - {E132DACE-6C8E-4A09-BB02-1F2FBD4698A9}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
25 | - {E132DACE-6C8E-4A09-BB02-1F2FBD4698A9}.Debug|x64.ActiveCfg = Debug|x64 | |
26 | - {E132DACE-6C8E-4A09-BB02-1F2FBD4698A9}.Debug|x64.Build.0 = Debug|x64 | |
27 | - {E132DACE-6C8E-4A09-BB02-1F2FBD4698A9}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
28 | - {E132DACE-6C8E-4A09-BB02-1F2FBD4698A9}.Release|Any CPU.Build.0 = Release|Any CPU | |
29 | - {E132DACE-6C8E-4A09-BB02-1F2FBD4698A9}.Release|x64.ActiveCfg = Release|x64 | |
30 | - {E132DACE-6C8E-4A09-BB02-1F2FBD4698A9}.Release|x64.Build.0 = Release|x64 | |
31 | - {707AE0E6-AB93-4EE1-A708-BF95F91A3E30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | |
32 | - {707AE0E6-AB93-4EE1-A708-BF95F91A3E30}.Debug|Any CPU.Build.0 = Debug|Any CPU | |
33 | - {707AE0E6-AB93-4EE1-A708-BF95F91A3E30}.Debug|x64.ActiveCfg = Debug|x64 | |
34 | - {707AE0E6-AB93-4EE1-A708-BF95F91A3E30}.Debug|x64.Build.0 = Debug|x64 | |
35 | - {707AE0E6-AB93-4EE1-A708-BF95F91A3E30}.Release|Any CPU.ActiveCfg = Release|Any CPU | |
36 | - {707AE0E6-AB93-4EE1-A708-BF95F91A3E30}.Release|Any CPU.Build.0 = Release|Any CPU | |
37 | - {707AE0E6-AB93-4EE1-A708-BF95F91A3E30}.Release|x64.ActiveCfg = Release|x64 | |
38 | - {707AE0E6-AB93-4EE1-A708-BF95F91A3E30}.Release|x64.Build.0 = Release|x64 | |
39 | - EndGlobalSection | |
40 | - GlobalSection(SolutionProperties) = preSolution | |
41 | - HideSolutionNode = FALSE | |
42 | - EndGlobalSection | |
43 | -EndGlobal |
@@ -1,61 +1,36 @@ | ||
1 | -VMwPlayerTaskTray | |
1 | +NotifyMessage | |
2 | 2 | |
3 | - Controlling VMware Player in Tasktray. | |
3 | + Notifying a message in Action center. | |
4 | 4 | |
5 | - Copyright © 2014- JeffyTS All rights reserved. | |
5 | + Copyright © 2015 JeffyTS All rights reserved. | |
6 | 6 | |
7 | 7 | Installing: |
8 | - You can copy VMwPlayerTaskTray files to any folder. | |
9 | - VMwPlayerTaskTray can work any folder. It never use any registry-key. | |
8 | + You can copy NotifyMessage files to any folder. | |
9 | + NotifyMessage can work any folder. This program never use any registry-key. | |
10 | 10 | You need .NET Framework 4.5. |
11 | 11 | |
12 | 12 | Files: |
13 | - VMwPlayerTaskTray.exe | |
14 | - CtrlVix.dll | |
15 | - Interop.VixCOM.dll | |
13 | + NotifyMessage.exe | |
16 | 14 | sample.lnk |
17 | 15 | readme.txt |
18 | 16 | |
19 | 17 | Usage: |
20 | - VMwPlayerTaskTray.exe [opt] "FullPath.vmx" | |
18 | + NotifyMessage.exe [opt] "Your message" | |
21 | 19 | [NOTE] |
22 | 20 | You might be better to use shortcut files. See sample.lnk property. |
23 | 21 | Option: |
24 | - /gui | /nogui | (none) | |
25 | - /pos num_left num_top | (none) | |
22 | + /INFO(default) | /WARN | /ERR | |
26 | 23 | |
27 | -Thanks to VMware,Inc and Microsoft Corporation. | |
24 | +Thanks to Microsoft Corporation. | |
28 | 25 | This program has been developed on |
29 | - VMware Workstation Player 12.0.0 and VMware VIX 1.15.0 | |
30 | 26 | Visual Studio Community 2015 |
31 | 27 | Windows10 Professional 64bit. |
32 | 28 | |
33 | 29 | Rlease & modify |
34 | 30 | --- Date --- Ver. -- Modify -- |
35 | - 2014/04/01 1.0.0 First release for VMware Player 6.0.2 and VMware VIX 1.13.2. | |
36 | - 2014/12/26 1.0.1 Changed developping environment to VMware Player 7.0.0 and VMware VIX 1.14.0. | |
37 | - 2015/01/05 1.0.1 Improved await proc and added readme.txt. | |
38 | - 2015/01/05 1.0.2 Coresponded to workingDir. | |
39 | - 2015/01/06 1.0.2 Improved IO exception and fixed some bugs. | |
40 | - 2015/01/07 1.0.3 Changed to not check .vmx file existing when started and running. | |
41 | - 2015/01/10 1.0.4 Separated source files. | |
42 | - 2015/01/20 1.0.5 Improved error messages. | |
43 | - 2015/01/22 1.1.0 Change to x64 appication. | |
44 | - 2015/01/31 1.1.1 Improved checking whether VM tools running. | |
45 | - 2015/02/02 1.1.2 Changed Icons. | |
46 | - 2015/09/06 1.1.3 Disabled GO NoGUI menu and Changed to Any CPU for VMware Workstation Player12. | |
47 | - Changed developping envionment from | |
48 | - VMware Player 7.0.0 and VMware VIX 1.14.0 | |
49 | - Visual Studio Community 2013 | |
50 | - Windows7 Professional 64bit SP1. | |
51 | - 2015/09/10 1.1.4 Add /pos option, changed Icons. | |
52 | - 2015/09/11 1.1.5 Enabled GO NoGUI but diplaying an error message and going on running. | |
53 | - 2015/09/13 1.1.6 Improved code and added to remember a former window pos until exitting program. | |
54 | - 2015/09/13 1.1.7 Rolled back to Player7. | |
55 | - Changed developping envionment from | |
56 | - VMware Workstation Player 12.0.0 and VMware VIX 1.15.0 | |
57 | - 2015/09/13 1.1.8 Back to Player12 (7 is buggy on Windows10). | |
58 | - 2015/09/15 1.1.8 Changed Icons. | |
31 | + 2015/09/10 Start developping. | |
32 | + 2015/09/12 1.0.0 First release. | |
33 | + | |
59 | 34 | |
60 | 35 | |
61 | 36 |