7
Answers

How to create a triangle in Visual Studio?

Tonny Petkova

Tonny Petkova

4y
4.8k
1
I want to create a triangle with Windows Form in Visual Studio (c# code). In Form1 I have 3 textboxes that the user enters the lengths of the sides of the triangle and 1 "Enter" button. When the button is pressed, Form2 is opened and a triangle is drawn when the mouse is clicked. Can somebody help me?
Answers (7)