Tonny Petkova

Tonny Petkova

  • NA
  • 9
  • 4.4k

How to create a triangle in Visual Studio?

Apr 27 2020 5:40 PM
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)