VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



New Code Page 71 of 114


This code will alphabetize any string inserted. For best results, remove any spaces. This code assu - Mon 8th Feb 2021 (String Manipulation)
This code will break a string into parts based on a specific delimiter. Includes four functions. Th - Mon 8th Feb 2021 (String Manipulation)
This code will change the name of your computer. - Mon 8th Feb 2021 (Windows System Services)
Adding Employees to a database(ms Access) though ODBC SQL staments are used. Some components like j - Mon 8th Feb 2021 (Databases/Data Access/DAO/ADO)
Adding Hours from a schedule. ie.) if you worked from 9:06am to 4:30pm you would use this function - Mon 8th Feb 2021 (Math/Dates)
Adding Hyperlink Using the Label Control - Mon 8th Feb 2021 (Internet/HTML)
Adding Hyperlink Using the Label Control *** incredibly simplified *** less than half the code as o - Mon 8th Feb 2021 (Internet/HTML)
Adding new shapes in slides using Serialization. - Mon 8th Feb 2021 (Internet/HTML)
Adding Picture Box Control at Run time - Mon 8th Feb 2021 (Graphics)
Adding zeros either in the left or right of the number depends on how many zeros you want to add. ( - Mon 8th Feb 2021 (String Manipulation)
ADDING/SUBTRACTING/MULTIPLYING/DIVISION - Mon 8th Feb 2021 (Math/Dates)
This code is to show you how one should go about making a simple listbox saving program. - Mon 8th Feb 2021 (Miscellaneous)
This code is used for a basic Save As function for my text editor. The code does file validty var - Mon 8th Feb 2021 (Miscellaneous)
Code to get a program to run at startup - Mon 8th Feb 2021 (Windows System Services)
Take a number and insert any amount of 0's (zeroes) to fill up a certain amount of digits. (For exa - Mon 8th Feb 2021 (String Manipulation)
Take a string, and convert all words to have the first letter be a capital. Example: Take: “b - Mon 8th Feb 2021 (String Manipulation)
Copy the entire contents of a PictureBox to the clipboard - Mon 8th Feb 2021 (Graphics)
Link controls with SQL database fields using a class and dataBindingCollection with ADO. - Mon 8th Feb 2021 (Databases/Data Access/DAO/ADO)
USE OF POLYGON,SETPOLYFILLMODE AND OTHER API CALLS AN EXCELLENT EXPANDING STAR - Mon 8th Feb 2021 (Windows API Call/Explanation)
Use this code carefully because it prevents a form from being exited! The only way to close the for - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Use this code to create a toolbar that floats only within your application. - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Use this code to encrypt and Decrypt. Since md5has is a one way encryption utility.. i developed th - Mon 8th Feb 2021 (Windows System Services)
Use this code to find the ascii code for any key by pressing that key - Mon 8th Feb 2021 (String Manipulation)
use this code to properly pluralize peoples names. - Mon 8th Feb 2021 (String Manipulation)
Use SHBrowseForFolder With More Functions - Mon 8th Feb 2021 (Miscellaneous)
Use WeekdayName Function to Get a String Indicating the Specified Day of the Week in VB6 - Mon 8th Feb 2021 (Miscellaneous)
Using Fonts Without Installing - Mon 8th Feb 2021 (Miscellaneous)
using text box for diplaying message and clearing a message - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Validate a string for non-allowed telephone characters. Since you might want to allow certain chara - Mon 8th Feb 2021 (String Manipulation)
Validate an email address using VB.NET and Regular Expressions. - Mon 8th Feb 2021 (Miscellaneous)
Validate Email ID (updated) This function validates the emailID string and returns a boolean value - Mon 8th Feb 2021 (String Manipulation)
validate email string with function returns boolean - Mon 8th Feb 2021 (String Manipulation)
Validate items on a form - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Validate phone number, email address and south african ID number - Mon 8th Feb 2021 (String Manipulation)
Validate User Login using Stored Procedures in SQL - Mon 8th Feb 2021 (Databases/Data Access/DAO/ADO)
USE WINDOWS API TO COPY, MOVE OR DELETE FILES/FOLDERS FROM COMPUTER AS EXACTLY WINDOWS DO. - Mon 8th Feb 2021 (Windows System Services)
Used in VB 6 A guessing game where you must guess a number between 1 and 100 (the computer randomly - Mon 8th Feb 2021 (Games)
------used recursive function------ - Mon 8th Feb 2021 (Miscellaneous)
Used to create a word editor - Mon 8th Feb 2021 (OLE/COM/DCOM/Active-X)
Useful Active X controls For Better Validations - Mon 8th Feb 2021 (OLE/COM/DCOM/Active-X)
Useful code for using abort retry or ignore options. - Mon 8th Feb 2021 (Miscellaneous)
Useful for displaying the system date and time using animation when a user clicks on an icon. - Mon 8th Feb 2021 (Miscellaneous)
Useful for opening and closing pictures from files in a common dialog control. - Mon 8th Feb 2021 (Miscellaneous)
Uses system time and time zone information to return current time in internet time format (@time be - Mon 8th Feb 2021 (Miscellaneous)
Uses VB Code to convert the Color result from a Common Dialog Box to the RGB code for internet colo - Mon 8th Feb 2021 (Internet/HTML)
Using a data text file containing a name of a salesperson, a pair of numbers declaring the final sa - Mon 8th Feb 2021 (Miscellaneous)
Using a number larger than 2,147,483,647 (or smaller than -2,147,483,648) with the Mod operator or - Mon 8th Feb 2021 (Math/Dates)
Using ActiveX Data Controls(ADO), transfering the content(records) of one table to another, this wi - Mon 8th Feb 2021 (Databases/Data Access/DAO/ADO)
Using ADO to open an Access MDB DSN-less. - Mon 8th Feb 2021 (Databases/Data Access/DAO/ADO)
Using Array of fields for inserting data in table - Mon 8th Feb 2021 (Databases/Data Access/DAO/ADO)
Using ASP, Javascript, and SQL Server return records and then by clicking an arrow, sort records ei - Mon 8th Feb 2021 (Miscellaneous)
Using class in ASP instead of COM - Mon 8th Feb 2021 (Miscellaneous)
Using combo box with style = dropdown list - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Validates keystrokes for an object's KeyPress event - Mon 8th Feb 2021 (String Manipulation)
VALIDATES THE CREDIT CARD NUMBER ENTERED BY THE USER AS PER THE CREDITCARD NUMBER GENERATION LUHN A - Mon 8th Feb 2021 (OLE/COM/DCOM/Active-X)