I'm creating a program for college work, now I have created the application to specifications given with added features. Now I would like to add the feature where from inputted sizes of the triangle to create the triangle. Is this possible and if so can some one please help supply the code for me, I would be extremely greatful (I'm not breaching rules of the work as I've meet the specifications of my work and I'm adding additonal features).
David Penfold
Software/Hardware used:
ASKED:
January 5, 2006 2:33 AM
UPDATED:
January 5, 2006 9:21 AM
david is right. Time to learn what it takes to be a programmer instead of searching for free code.
In Vb you can start with a picture control. There are APIs to draw lines in the control using x and y coordinates. You specify the line width and color. You will have to draw the 3 lines of your triangle and make sure you connect the dots.
Its realtively easy and fun.