[RESOLVED] A calculator question
I want to be able to make a calculator program which has near all the abilities of a scientific calculator, whilst being succesfull in the calculation part I would love to be able to add a nice friendly interface, The main thing i want to do is make a circle be drawn from the diameter entered, or the Radius
Re: [2008] A calculator question
Follow the Drawing link in my signature to see how simple drawing can be done. You would just want to call DrawEllipse instead of DrawLine. Obviously you'll get the values for your control variables in a different way than I have too.
Re: [2008] A calculator question
Quote:
Originally Posted by jmcilhinney
Follow the Drawing link in my signature to see how simple drawing can be done. You would just want to call DrawEllipse instead of DrawLine. Obviously you'll get the values for your control variables in a different way than I have too.
Thanks :)