• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Notifying a message in Action center.


Commit MetaInfo

Revision33e38520930e1166681ffd783e8aed73a62de46b (tree)
Zeit2021-05-02 13:42:29
AutorJeffyTS <JeffyTS@outl...>
CommiterJeffyTS

Log Message

2021/05/02

Ändern Zusammenfassung

Diff

--- a/NotifyMessage-.sln
+++ /dev/null
@@ -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
--- a/readme.txt
+++ b/readme.txt
@@ -1,61 +1,36 @@
1-VMwPlayerTaskTray
1+NotifyMessage
22
3- Controlling VMware Player in Tasktray.
3+ Notifying a message in Action center.
44
5- Copyright © 2014- JeffyTS All rights reserved.
5+ Copyright © 2015 JeffyTS All rights reserved.
66
77 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.
1010 You need .NET Framework 4.5.
1111
1212 Files:
13- VMwPlayerTaskTray.exe
14- CtrlVix.dll
15- Interop.VixCOM.dll
13+ NotifyMessage.exe
1614 sample.lnk
1715 readme.txt
1816
1917 Usage:
20- VMwPlayerTaskTray.exe [opt] "FullPath.vmx"
18+ NotifyMessage.exe [opt] "Your message"
2119 [NOTE]
2220 You might be better to use shortcut files. See sample.lnk property.
2321 Option:
24- /gui | /nogui | (none)
25- /pos num_left num_top | (none)
22+ /INFO(default) | /WARN | /ERR
2623
27-Thanks to VMware,Inc and Microsoft Corporation.
24+Thanks to Microsoft Corporation.
2825 This program has been developed on
29- VMware Workstation Player 12.0.0 and VMware VIX 1.15.0
3026 Visual Studio Community 2015
3127 Windows10 Professional 64bit.
3228
3329 Rlease & modify
3430 --- 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+
5934
6035
6136