Ask your own question, for FREE!
Mathematics 13 Online
OpenStudy (kevin):

I need help soon, I tried to make paint using C# It's not working Graphics g; Pen p = new Pen(Color.Black, 1); Point sp = new Point(0, 0); Point ep = new Point(0, 0); int k = 0; public Form1() { InitializeComponent(); } private void red_Click(object sender, EventArgs e) { p.Color = red.BackColor; default1.BackColor = red.BackColor; } private void green_Click(object sender, EventArgs e) { p.Color = green.BackColor;

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!