Scientific Calculator
Monday, February 8, 2010 - 23:32
Language:
Visitors have accessed this post 41364 times.
A complete scientific calculator having all the functionalities, it also contains conversions for many constants.It is developed in vb.net 2008
Feedbacks at:
veracious2007@gmail.com
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments
Scientific calculator
Download free scientific calculator in vb.net
http://www.a1vbcode.com/app-4817.asp
Caculator
Thanks
1 u 2 upload source code
why your projects have no source code at all?
do you have games???
do you have games???
Helped alot
converted it to vb2010...ang it works perfect!!the codes really helped me !
idol
great project...ur so talented...
re: calcaulator %
All in all good file & great job but some of the buttons dont work
percentage button % wrong didnt work correctly
Musa in Somalia
Great project and it is absolutely good for all the students in IT
Well I think its brilliant
Well I think its brilliant
Calculator
Hmmm no proper EVAL like math engine. So no evaluation of complex expressions that use brackets. But it does illustrate some of the maths routines available in .Net - so is still useful to beginners to vb.net
Allan
Scientific Calculator
I need JavaScript scientific calculator source code. Do you have any idea about it. Please give me information about this. Your present scientific calculator is helpful for my work thanks for your valuable information. http://www.mdrayhankhan.com/
Thanks,
Awesome snippet, works well with VB2010 wid lil changes.. Thanks..
Good Layout
Hi Saad Qureshi,
It's a good thing that you have two modes on the calculator app, scientific and non-scientific. For this reason, the calc should not follow the same order of operations in both modes. It is OK to get 15 when you calculate 5 + 3 * 7 in non-scientific mode. But in scientific mode, following the order of operations you should get 26 after performing the same operation i.e:
5 + (3 * 7) which gives you
5 + 21 which equals 26.
Nevertheless, I think you did a great job.
Add new comment