Results 1 to 5 of 5

Thread: A different calculator

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2012
    Location
    Sweden
    Posts
    44

    A different calculator

    Just wanted to show the calculator i made today, just because i haven't seen one like it before.

    Screens:





    Thanks to .paul. for the piece of code that made it work as i wanted

    Vb 2010 Project:
    Calculator.zip

  2. #2
    Junior Member
    Join Date
    Apr 2012
    Posts
    20

    Re: A different calculator

    Pretty spiffy Erik

  3. #3
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: A different calculator

    Cool! Although, I noticed there is a slight spelling mistake "Add to textbox and clear" is what it should be! Remove the extra "to".
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  4. #4
    PowerPoster JuggaloBrotha's Avatar
    Join Date
    Sep 2005
    Location
    Lansing, MI; USA
    Posts
    4,286

    Re: A different calculator

    Quote Originally Posted by ErikJohansson View Post
    Just wanted to show the calculator i made today, just because i haven't seen one like it before.

    Screens:





    Thanks to .paul. for the piece of code that made it work as i wanted

    Vb 2010 Project:
    Calculator.zip
    You actually doing vb.net on a mac or are you using one of those "Mac on Win7" theme programs on your system?
    Currently using VS 2015 Enterprise on Win10 Enterprise x64.

    CodeBank: All ThreadsColors ComboBoxFading & Gradient FormMoveItemListBox/MoveItemListViewMultilineListBoxMenuButtonToolStripCheckBoxStart with Windows

  5. #5

    Thread Starter
    Member
    Join Date
    Sep 2012
    Location
    Sweden
    Posts
    44

    Re: A different calculator

    Quote Originally Posted by JuggaloBrotha View Post
    You actually doing vb.net on a mac or are you using one of those "Mac on Win7" theme programs on your system?
    Yeah I'm using one of those themes, my desktop looks almost like this one:
    http://browse.deviantart.com/?qh=&se...+os+x#/d498clt




    Edit: I have another question, I'm making a new calculator that can save a number into a memory. If what I add into the memory has a "." it replaces it with a ","... The data type of the memory is "Single".

    MS Code (Memory Store):
    Code:
    memory = Val(RichTextBox1.Text)
    MR Code (Memory Recall):
    Code:
    RichTextBox1.Text = RichTextBox1.Text & memory
    Last edited by ErikJohansson; Sep 11th, 2012 at 02:21 PM.

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