Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

Would you please provide any Sample Project on Molecular Weight Calculator in web/windows application using c#

Suppose For example,
I want to findout the weight for formula NaCl i.e., Sodium Chloride.
Here the atomic weight for sodium is 22.99 g/mol and the atomic weight for chlorine is 35.45 g/mol.
So the formula weight for NaCl is [1(22.99)+1(35.45)]=58.44 g/mol
At last like this,
NaCl=58.44 g/mol

Suppose if I enter the formula in one textbox like NaCl
then when i click on Submit button then it wants to show the Answer like 58.44 g/mol in the other Textbox.

Regards,
Venkatesh Desai k.
Posted
Updated 17-Dec-12 19:10pm
v4

This is trivial. You should either attempt it and then ask for help, or advertise to pay someone to do it, if you literally have no clue ( and therefore have no intention of becoming a programmer )
 
Share this answer
 
you have all the information to start your project. may be you can start playing with windows application using different controls etc. try your luck and if faced any error we will help you for sure.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900