Download Windows System Function Library
Description
A managed library that helps call system functions in .NET program in a few lines of code with better object-oriented/event model. For example, adjust system volume, change desktop wallpaper, handle system hot keys.
Source Files
The download file systemfunction.zip has the following entries.
trunk/SystemFunction.sln//from ww w. j a v a 2s .c o m
trunk/SystemFunction.suo
trunk/SystemFunctionDemo/AudioMixerForm.Designer.cs
trunk/SystemFunctionDemo/AudioMixerForm.cs
trunk/SystemFunctionDemo/AudioMixerForm.resx
trunk/SystemFunctionDemo/DisplayForm.Designer.cs
trunk/SystemFunctionDemo/DisplayForm.cs
trunk/SystemFunctionDemo/DisplayForm.resx
trunk/SystemFunctionDemo/HotKeyForm.cs
trunk/SystemFunctionDemo/HotKeyForm.designer.cs
trunk/SystemFunctionDemo/HotKeyForm.resx
trunk/SystemFunctionDemo/MainForm.Designer.cs
trunk/SystemFunctionDemo/MainForm.cs
trunk/SystemFunctionDemo/MainForm.resx
trunk/SystemFunctionDemo/Program.cs
trunk/SystemFunctionDemo/Properties/AssemblyInfo.cs
trunk/SystemFunctionDemo/Properties/Resources.Designer.cs
trunk/SystemFunctionDemo/Properties/Resources.resx
trunk/SystemFunctionDemo/Properties/Settings.Designer.cs
trunk/SystemFunctionDemo/Properties/Settings.settings
trunk/SystemFunctionDemo/SystemEnvForm.Designer.cs
trunk/SystemFunctionDemo/SystemEnvForm.cs
trunk/SystemFunctionDemo/SystemEnvForm.resx
trunk/SystemFunctionDemo/SystemFunctionDemo.csproj
trunk/SystemFunctionDemo/SystemFunctionDemo.csproj.user
trunk/SystemFunctionDemo/assets/Favorites 2.ico
trunk/SystemFunctionLib/Apis/BasicConsts.cs
trunk/SystemFunctionLib/Apis/CoreApis.cs
trunk/SystemFunctionLib/Apis/kernel32.dll.cs
trunk/SystemFunctionLib/Apis/user32.dll.cs
trunk/SystemFunctionLib/Apis/winbase.h.cs
trunk/SystemFunctionLib/Apis/windef.h.cs
trunk/SystemFunctionLib/Apis/winmm.dll.cs
trunk/SystemFunctionLib/Apis/winuser.h.cs
trunk/SystemFunctionLib/Apis_h/winbase.h.txt
trunk/SystemFunctionLib/Apis_h/windef.h.txt
trunk/SystemFunctionLib/Apis_h/winuser.h.txt
trunk/SystemFunctionLib/Input/Mouse.cs
trunk/SystemFunctionLib/Multimedia/AudioMixer.cs
trunk/SystemFunctionLib/Multimedia/Sound.cs
trunk/SystemFunctionLib/Personalization/Display.cs
trunk/SystemFunctionLib/Personalization/FontSmoothingOrientation.cs
trunk/SystemFunctionLib/Personalization/FontSmoothingType.cs
trunk/SystemFunctionLib/Personalization/MenuAnimation.cs
trunk/SystemFunctionLib/Personalization/MenuDropAlignment.cs
trunk/SystemFunctionLib/Properties/AssemblyInfo.cs
trunk/SystemFunctionLib/SystemEnvironment/HotKey.cs
trunk/SystemFunctionLib/SystemEnvironment/KeyModifiers.cs
trunk/SystemFunctionLib/SystemEnvironment/SystemDateTime.cs
trunk/SystemFunctionLib/SystemEnvironment/SystemHotKeyListener.cs
trunk/SystemFunctionLib/SystemEnvironment/SystemHotKeyMessageFilter.cs
trunk/SystemFunctionLib/SystemEnvironment/SystemHotKeyPressedEventArgs.cs
trunk/SystemFunctionLib/SystemEnvironment/SystemHotKeyPressedEventHandler.cs
trunk/SystemFunctionLib/SystemFunctionLib.csproj
trunk/SystemFunctionLib/SystemFunctionLib.csproj.user
trunk/SystemFunctionLib/WindowsExplorer/WindowsExplorerCommands.cs
Download
Click the following link to download systemfunction.zip.
systemfunction.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »