Results 1 to 3 of 3

Thread: [RESOLVED] A calculator question

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2008
    Posts
    107

    [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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2008
    Posts
    107

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width