I need help
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; }
@mathmale
You mean why it's not working on this website?
I can't draw a single line
maybe you can help
I'd love to help, but haven't taken any course work in this type of programming. Hope someone else can help you.
No I can't. But note that not all programing languages are supported by the website. There is a certain way to do it
I see :( Thx @mathmale @Will.H This is for desktop program not website
Well still no clue. @phi may help if he was online anyway
Join our real-time social learning platform and learn together with your friends!