Is there a way to preserve possible leading zeros in a number even when it is passed as text?
I have this code on a form which runs off a command button taking two values from user input, passing them to a function and is placing the returned value as a string back in a thrid textbox ('regNo').
The function 'generatecode' is correctly returning a string of digits which may be between 6 to 11 digits long and might contain between 0 and...
Search Result
Collapse
2 results in 0.0031 seconds.
Keywords
Members
Tags
-
How to preserve possible leading zeros in a number?
-
How to Change Audio Speed without Changing its Pitch?
I have written a small VB Application to play my Audio Files the way I like. But, up to now, I haven't been able to change the speed of the audio file without changing its pitch.
As you know, it's easy the change the speed of the Media/Audio file being played with MediaPlayer.Rat e using Windows Classic Media Player whose OCX file has this name: "msdxm.ocx".
The value for Rate ranges from 75 to 150.
...