|
-
Aug 30th, 2008, 11:37 AM
#1
Thread Starter
Lively Member
[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
-
Aug 30th, 2008, 11:39 AM
#2
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.
-
Aug 30th, 2008, 11:40 AM
#3
Thread Starter
Lively Member
Re: [2008] A calculator question
 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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|