Hi, I Have created a program (see below) that enables you to use you cam. You then draw a line and calculate the angle.
The purpose is that I do alot of work with remote control cars and need to acuratley set toe and camber angles, it takes to long with the "old" method So I am creating this little program. ok, so, lets see what I want to do. Well, the first thing I would like to do is draw a line from top to bottom of my picture box dead center of left to right, this is dead center of the cam so the bottom of your item should be posistioned to meet the bottom of the centre line. I then draw a line from bottom to top of the objects angle. I then use the dead center line and the line I drew to calculate the angle.
I also want to be able to change the colour of the line to be drawn, not the dead center line.
Any help here would be greatly appreciated. To help you better understand the project I have included all the source code.