Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

Increase System Volume

Description
Increases in 2 increments. Very useful if your keyboard lacks macro keys I find. Am also sending Decrease.
Language
C#.net
Minimum Version
Created By
Jayde Ver Elst58609
Contributors
-
Date Created
Jan 13, 2023
Date Last Modified
Jan 13, 2023

Scripted Function (Macro) Code

using System;
using System.Drawing;

public static class DisplayFusionFunction
{
	public static void Run(IntPtr windowHandle)
	{
		
		decimal changeBy = 0.06m;

		BFS.Audio.AdjustVolumeUp();
	}
}