Log in

View Full Version : Simple convert in VB6


freakquency
Dec 17, 2004, 03:35 AM
I'm having a minor problem to convert hexadecimal (entered as string in a textbox) into decimal.
Currently, I'm trying to do the conversion through ascii method... but seems unable to get the right syntax.

Or are there any functions in VB6 that does this?

Thanks everyone.

phr0ze
Feb 28, 2005, 02:53 AM
Go to www.planetsourcecode.com and do a search there for type conversions. They have your answer.