Please give me the codes or format
of conversion in visual basic

1.) inches - centimeter - kilometers
2.) Fahrenheit - Celsius - kelvin
3.) currency

Pls mail me at Sheena_etianne10@yahoo.com.ph
tnx a lot

Recommended Answers

All 3 Replies

There is no format unless you want to enforce one...

Conversion function or formulas can be looked up with your frinds (yahoo/google), after all it is just simple math. If you have a colledge dictionary, you might be able to find the formulas in one of the appendixes.

As for currency, you will need to find a web site that has the values based on a specific country. Then if you want to included the local formatting, as not all countries use the $ or the comma as a seperator you will have just a little bit more work to do but if you lucky, most of the information will be on the currency exchange rate page you find.

However, if you are wanting to use local settings from the computer you may have a whole lot more work to do.

Good Luck

I made a unit converter. there I input all value by code and then it works. as like vb5prgrmr said.

you can ScaleX or ScaleY

me.ScaleX(11,vbInches,vbCentimeters )
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.