VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Unknown Difficulty VB Code Page 97 of 114

This function returns the Product Key for a Microsoft product (like Windows or Office), provided yo
This function rounds up and down in any step that you choose.
This function shifts a substring within a string. It takes as input the string, the starting positi
This function takes a string of items sSource separated by sItem string. It returns the number of i
This function validates a website's address.
This function validates fax or phone numbers.
This function validates numbers entered in the text box and restricts 2 decimal places,and this is
This function will allow only Currency in text boxed
This function will allow only Numbers in text boxed
This function will allow you to determine if a value is with in the range of another. Example is 12
This function will clear the list of recent documents you see when you click the Start Button and t
This function will delete all the folder(s) and its contents under the root folder. All you need to
This function will extract the initials of someone's name. It is good to use for a primary key, in
This function will print any ADO recordset to the printer. Just pass the ADO recordset and a title
This function will property format and print a recordset. Printed rows are adjusted so that so that
This function will return a string: listing Days, Hours, and Minutes, when given a total number of
This function will return the number of business days between two dates.
This function will sort a listbox. Usage (suppose your ListBox is named List1) : Call sort(List1) T
This function will strip nulls from strings.
This function will take a comma-delimited input string of any length and return an array of parsed
This function will take a string with a dollar sign anywhere and remove it. I use this function to
This function will take care of appostrophy when using SQL Statements. Note that when executing SQl
This function will Trim an Array. It removes all empty strings and Null values from an Array and
This game is a lot like AllyWay only without the blocks to destroy. Feel free however to fiddle and
This get the registered owner of a machine and is about 60 times faster than the last code I put up
This has probably been done a million times but this is another variant of how to create dropdowns
This Includes ALL of Karthikeyans API Code into module-type procedures.
This is a .Net COM Object that performs a few common database operations, such as opening/closing t
This is a basic password/login form
this is a bit of fun, included is a function that draws text onto a picture box or form and can eve
This is a buy/makebacon pig game (pretty simple but fun).
This is a class for Doing all the requirements with an ADO Database modify and add the proper refer
This is a Client chat program using Winsock, You can see the status of the remote server and send
This is a code for closing of running .exe file.
This is a code for saving into a file what is in listbox
This is a code that can Shutdown Windows using User32 Lib
This is a compilation of functions I use when working on ASP projects. There are functions to build
This is a complete code for a monopoly game that I've made myself...The game itself is very very go
this is a complete list of commands
This is a cool form effect, it shrinks the form, both height and width.
This is a cool screen saver you can play with the numbers and the colors Have fun!!
This is a countdown timer using a ProgressBar. Example only.
This is a example of how to manipulate the LBound and UBound properties of a control array
This is a filipino game, its task is to count every same letters of two strings, then use the sum t
This is a function I created to tell me the exact date that a holiday falls on. This is for those h
This is a function that extracts the Filename (with or without the extension) from the path.
This is a function to format field strings that contain apostrophes for processing by an SQL server
This is a game that you buya and sell quantities of stocks(Im looking for some feed back pls email
This is a improvement on my sum beteween integers program. It lets you input the numbers the calcul
This is a log-in box.You can use it for extra security on a computer(have you log-in twice).
This is a lottery game to play with your friends
This is a Magic 8 ball program
This is a mail bomber. It uses winsock to connect to the SMTP host then sends a specified amount of
This is a more up to date version of the number guessing game than previously submitted, all you ne
This is a multi-player fighting game between two human players.