Page 1 of 1

[VB.NET] Converter

Posted: Wed Mar 26, 2014 8:52 pm
by Usman55
This is the source to my Converter app, which I submitted in the Mad March Daily Challenge. It took three straight hours to make this and the code was very extensive and tiring.

The app supports 10 currencies to be interconverted along with a lot more measurements including length, mass, time and temperature measurements. I would have added more conversions if I didn't have to study for my exams. :P

I have explained most of the code with comments so even a beginner shouldn't have any problem understanding it. And custom names help get rid of the confusing controls. cooll;

Image

Re: [VB.NET] Converter

Posted: Wed Mar 26, 2014 10:00 pm
by Codex
Does it use any API's or web servers to fetch the currency exchange rate or is it hard coded ?

Re: [VB.NET] Converter

Posted: Thu Mar 27, 2014 2:45 am
by Usman55
No APIs. Everything is manually coded.