Help me write a code in VB 6.0 for displaying 3 decimal places of radio frequency

Status
Not open for further replies.

yviswanathbe

Full Member level 4
Joined
Jun 14, 2007
Messages
221
Helped
10
Reputation
20
Reaction score
6
Trophy points
1,298
Activity points
3,066
Hi,I am new to this group.
I am developing a remote software for a Radio.I got stuck up at Frequency.
the frequency range is 1.5 Mhz to 30 Mhz.
In the radio the frequency is displaying as Khz by default with three decimal places.(12345.000khz)
how to write code for decimal places in VB6.0
i.e,when i am entering the frequency,the decimal point should appear in the 6th position(if i enter 12345,decimal point should appear automatically)

please help in solving this

thanks,
visu
 

help needed in VB6.0

Use Format$. There are a lot of options in it. You can get some help via vb help or MSDN online about the parameters to use in Format$
 

Re: help needed in VB6.0

Thanx for replying
I am new to VB programming.
i dont know how to use that function
can u pls send me the sample code for placing decimal points

thanking you.
visu.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…