5746030174571441845.png  

using System;

using System.Collections.Generic;

using System.ComponentModel;

using System.Data;

using System.Drawing;

using System.Linq;

using System.Text;

using System.Windows.Forms;

 

namespace WindowsFormsApplication1

{

    public partial class Form1 : Form

    {

        public Form1()

        {

            InitializeComponent();

        }

 

        private void hScrollBar1_Scroll(object sender, ScrollEventArgs e)

        {

            //调用了方法,另外把hScrollBar2的scrooll时间设置成hScrollBar1的scroll事件就行了

            this.BackColor = Color.FromArgb(hScrollBar1.Value,hScrollBar2.Value,hScrollBar3.Value );

        }

    }

}

arrow
arrow
    全站熱搜

    戮克 發表在 痞客邦 留言(0) 人氣()