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

I need help

OpenStudy (kevin):

I tried to make paint using C# but 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; default1.BackColor = green.BackColor; } private void blue_Click(object sender, EventArgs e) { p.Color = blue.BackColor; default1.BackColor = blue.BackColor; }

OpenStudy (kevin):

@mathmale

OpenStudy (will.h):

You mean why it's not working on this website?

OpenStudy (kevin):

I can't draw a single line

OpenStudy (kevin):

maybe you can help

OpenStudy (mathmale):

I'd love to help, but haven't taken any course work in this type of programming. Hope someone else can help you.

OpenStudy (will.h):

No I can't. But note that not all programing languages are supported by the website. There is a certain way to do it

OpenStudy (kevin):

I see :( Thx @mathmale @Will.H This is for desktop program not website

OpenStudy (will.h):

Well still no clue. @phi may help if he was online anyway

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!