Publish a small program to adjust the main volume and Wave Volume

Source: Internet
Author: User

Design intent:

Do you feel that when you are in full screen or busy with one thing, sometimes you want to adjust the volume quickly, but you have to exit the full screen, click the small volume icon in the tray area, then, drag the mouse to adjust the volume. If the volume icon is automatically hidden, you have to expand the icons in all the pallets first, find the volume icon, and then click. it was originally a very simple idea, but it became so troublesome to implement it. This kind of Windows's own volume adjustment method is not quick at all. therefore, I want to adjust the volume easily and quickly.Program.

Function Overview:

The biggest purpose of the program design is to be fast and convenient. Therefore, the program runs in the way that the program starts with windows. After the program is started, the main interface is automatically hidden by the resident icon in the tray area. when you need to adjust the volume, you only need to press the global system hotkey to open the adjustment window and automatically set the input focus to the adjustment window. At this time, you only need to scroll the scroll wheel to adjust the volume at will. in addition, you do not need to manually close the window adjustment. When the window loses its activity, it is automatically hidden.

To put it simply, the hotkey and scroll wheel are used to easily adjust the volume so that simple events can be completed.

Interface preview:

I have mentioned so much nonsense before. Please hurry up.

Main Interface:

Right-click the tray area menu:

Option settings:

The program is very simple and small: there is only one k executable file, the operation is also very convenient and fast: only the Hot Key + mouse wheelCompared with Windows methods, it is actually quite practical.

Note:

Because this program is developed in C # Under vs2008, make sure that. NET Framework 2.0 or 3.5 is installed in the system before running.
I wanted to use linker to extract it from. NET environment, and later found that the program after the extraction is really ambitious (compared with the original 70.5k small program, after the extraction due to the addition. net Virtual Machine files, even up to 35 MB), I think such a small tool, if the size of 35 MB, I believe no one is willing to use it. so we didn't leave.

Download link:

Program Files: http://files.cnblogs.com/luckeryin/MouseVolume.rar
Source code: Http://files.cnblogs.com/luckeryin/MouseVolume_Source.rar
Declaration: modify sourceCodePlease keep the original author. After modification, please contact me and learn from each other to improve.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.