Example #1
0
 private void button3_Click(object sender, EventArgs e)
 {
     IniEditor.SetRes(yres.Text, xres.Text, 0);
     MessageBox.Show("Set Resolution to " + xres.Text + " x " + yres.Text, "Pro Swapper Resolution Changer", MessageBoxButtons.OK, MessageBoxIcon.Information);
 }
Example #2
0
 private void button3_Click(object sender, EventArgs e)
 {
     IniEditor.SetRes(trackBar1.Value.ToString(), FOV.currentScreen.Width.ToString(), 2);
     MessageBox.Show("Set FOV to " + label4.Tag, "Pro Swapper FOV", MessageBoxButtons.OK, MessageBoxIcon.Information);
 }