C# 对于系统音量的完全操作包括: int GetVolume(); void SetVolume(int volumeLevel); bool SetMixer(int i, VolumeStructs.Mixer mixerControl, int volumeLevel); bool GetMixer(int i, int type, int ctrlType, out VolumeStructs.Mixer mixerControl, out int currVolume); 可以直接使用,也可以当作学习对象:)
VolumeControl.GetVolume()函数和VolumeControl.SetVolume()函数只能获取和设置Form所在程序的音量,而非主音量
浪费我的积分,完全没用》》WIN7 64位旗舰版
win7 及以上版本无效
对WIN7以上系统无效
调用的是WINAPI的接口,但是WIN7下不能用
xp和win7/vista的控制方法本来就不同,感谢楼主分享
WIN7的控制不了,看来还需要再完善一下。
看来不支持win7啊
很不错,系统音量可以设置和获取
win7 无法设置静音