How to create a triangle in Visual Studio?

  • Thread starter Thread starter petkowwa
  • Start date Start date
P

petkowwa

Guest
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?

Continue reading...
 
Back
Top