VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Unknown Difficulty VB Code Page 22 of 114

Convert TimeStamp To String
Convert TXT file to Executable EXE
ConvertBase+
CONVERTING 12DIGIT FIGURE TO WORDS
CONVERTING A DECIMAL NUMBER INTO BINARY
converting ascii number to its character equivalent
CONVERTING BINARY NUMBER TO DECIMAL
Converting Cobol COMP-3 data type to VB data type
Converting Decimal numbers to Binary
Converting Decimal Numbers to Binary
Converting Decimal Numbers to Octal
Converting Fractional values to Two Decimal Places 'put two text boxes on the form and run the appl
Converting long file names
Converting String to a Proper Case
Converting the Excel(xls) file in to corresponding HTML Tables
ConvertRoman
Converts a Ascii text to Hexadecimal
Converts a binary number to decimal.
Converts a currency formated string (BR, US, EU, anyone) into a float POINT(single) variable, neede
Converts a Decimal Base number into different Bases. Also has extended Ascii characters.
Converts a decimal to a fraction, including repeating decimals like .333333... or decimals like .47
Converts a hex-string to an integer
Converts a long integer IP address into a string IP address (opposite of AddressStringToLong functi
Converts a normal folder in to a system folder. Replaces the standard icon for a folder by the icon
Converts a number from one base to another, can handle bases 2-36.
Converts a path and/or a filename into something DOS can read, contains two subs.
Converts A Round Number to Words
Converts a string to the NATO phonetic alphabet
Converts American Currency Into Marks, Francs, Lire, and Yen
Converts any number into the corresponding words in the British Numbering Format (i.e. Thousands, L
Converts any number system into any number system, up to base 36. Ex: Base 2(binary) to Base 11(Und
Converts celsius to Fahrenheit
Converts Comma Seperated values CSV to numbers... (Example: Page number option in Printer Dialog)
Converts Currency into text ..this is a modification
Converts Currency into words for Ex: converts 100.30 to Hundred dollars and thirty cents only
Converts decimal numbers to binary
Converts Decimal numbers to Binary Digits upto 999999999.
Converts decimal numbers to binary sequence and will convert any binary sequence back to decimal ju
Converts fractions to decimals (x/2, x/4, x/8, x/16, x/32, x/64). Modifications can be made for oth
Converts fractions to decimals Im new to vb and this is my first complete module i got tired of loo
Converts from Hue Saturation Value (HSV) to a VB Color suitable for use in forms, controls, etc.
Converts hexadecimal pdu format to ascii text open as a standard exe VB application we should add a
Converts HTML to text by removing < and > and the text between < and >.
Converts Miles to Kilometers
Converts numbers in decimal, binary, octal and hexadecimal into decimal, binary, octal and hexadeci
Converts numbers into words
Converts numbers into words
Converts Numbers to words in Spanish
Converts Path/Filenames into DOS format. REVISED!
Converts RGB to Long and Long to RGB (Expanded from Anonymous 3/9/1999)
Converts RGB to QBColor. Very fast. Doesn't use any API, DLL, or OCX!
Converts string into legal file name
Converts strings to its numbered representation in the alphabet, E.G AB to 12, CD to 34 e.t.c
Converts the text entered in a text box into title case. e.g. when user types r durgaprasad then it
Converts the time in Seconds to hh:mm:ss Format