Beispiel #1
0
        private void button6_Click(object sender, EventArgs e)
        {
            DialogResult res = colorDialog2.ShowDialog();

            if (res.Equals(DialogResult.OK))
            {
                form2.fontColor(colorDialog2.Color);
                //  textBox3.BackColor = colorDialog1.Color;

                //textBox3.Text =Convert.ToString(colorDialog1.Color);
            }
        }