|
-
Sep 10th, 2012, 01:14 PM
#1
Thread Starter
Member
-
Sep 10th, 2012, 09:27 PM
#2
Junior Member
Re: A different calculator
-
Sep 11th, 2012, 03:18 AM
#3
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
-
Sep 11th, 2012, 02:09 PM
#4
Re: A different calculator
 Originally Posted by ErikJohansson
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?
-
Sep 11th, 2012, 02:15 PM
#5
Thread Starter
Member
Re: A different calculator
 Originally Posted by JuggaloBrotha
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|