Results 1 to 5 of 5

Thread: A different calculator

Threaded View

  1. #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