VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

New Code Page 19 of 114


Makes the program halt for a set time, excelent for use in animations - Mon 8th Feb 2021 (Graphics)
Makes the system speaker emit a beep that fills up ram and doesn't less you log off - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Makes the toolbar control flat, like IE4. - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Makes your CHATROOM scroll bar stay down. Or makes ANY scroll bar stay down. A MUST GET - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Makes your program 'Sleep' for a certain amount of time. - Mon 8th Feb 2021 (Miscellaneous)
Making EXE at RunTime - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Making fixed length strings (Great for working with EDI files) - Mon 8th Feb 2021 (String Manipulation)
Even or Odd Function, Run a number to see if its Even or odd. TIDY - Mon 8th Feb 2021 (String Manipulation)
Saves listbox contents during transfer from 1 listbox to another listbox. This creates a file calle - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Function IsGuid() is checking a string whether it is a valid Guid or not. Valid formats are: 1) {00 - Mon 8th Feb 2021 (String Manipulation)
vb.net -Add Controls To Form Using Codes [Not Using Tool Box] - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
vb.net -Add Controls To Form Using Codes [Not Using Tool Box] - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
VB.NET Calculator - Mon 8th Feb 2021 (Windows System Services)
Function retrives info between 2 delimiters, or the whole string. - Mon 8th Feb 2021 (String Manipulation)
Function returns the formated string which can be used for SQL Server - Mon 8th Feb 2021 (String Manipulation)
Function returns the number of business days between two dates. - Mon 8th Feb 2021 (Miscellaneous)
Function takes a date and adds a variable number of business days to the date. So if you pass in to - Mon 8th Feb 2021 (Miscellaneous)
Function takes a number and returns the text for that number in check like format. Example 123.50 = - Mon 8th Feb 2021 (String Manipulation)
Function Takes a Number and Returns the Text for that Number. Example 123.50 => One hundred twenty - Mon 8th Feb 2021 (Math/Dates)
Function that lists all the dirs beneath a spceified root folder (or drive). - Mon 8th Feb 2021 (Windows System Services)
Function that returns computer Name where application is running. - Mon 8th Feb 2021 (Windows System Services)
WMI sample: retrieves desktop settings of all profiles of a (remote) computerdesktop settings of al - Mon 8th Feb 2021 (Windows System Services)
WMI sample: retrieves disk drive settings of a (remote) computer, like bytes per sector, ' compress - Mon 8th Feb 2021 (Windows System Services)
WMI sample: retrieves floppy drive status info and settings of a (remote) computer,like availabilit - Mon 8th Feb 2021 (Windows System Services)
Function that returns Network Username from any workstation connected to the network. - Mon 8th Feb 2021 (Windows System Services)
Function that returns the Julian Date in the YMMM format of the current system date - Mon 8th Feb 2021 (Miscellaneous)
Function that returns the number of working days between two dates - Mon 8th Feb 2021 (Miscellaneous)
Function that takes a window name and control name as a parameter and returns the text in the speci - Mon 8th Feb 2021 (Miscellaneous)
Function to add a post script to a number. th(91) will return 91st, and th(52) will return 52nd. - Mon 8th Feb 2021 (String Manipulation)
Function to automatically Scroll a simple combo box when characters are typed in. When calling this - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Function to capitalize all words in a string. - Mon 8th Feb 2021 (String Manipulation)
Function to change the beginning of each word to uppercase (eg. john dowe to John Dowe) - Mon 8th Feb 2021 (String Manipulation)
VBScript Sample: Send an SMS message through an SMSC service provider (TAP or UCP), using a normal - Mon 8th Feb 2021 (OLE/COM/DCOM/Active-X)
Function to check File is exists or not - Mon 8th Feb 2021 (Miscellaneous)
Function to check format time to match with hh:mm:ss format. - Mon 8th Feb 2021 (String Manipulation)
Function to Check record exist in master file before opening transaction form - Mon 8th Feb 2021 (Files/File Controls/Input/Output)
Function to Check the Passed string has Single or Double Quote and returns True or False - Mon 8th Feb 2021 (Miscellaneous)
Function to Compact the MS Access Database - Passing database name with full path - Mon 8th Feb 2021 (Miscellaneous)
Function to compute easter day. Pass a year as integer, get a serial date. - Mon 8th Feb 2021 (Math/Dates)
Function to convert a date into Julian format. - Mon 8th Feb 2021 (Miscellaneous)
Function to convert COBOL formated numbers into VB - Mon 8th Feb 2021 (Math/Dates)
Function to Convert Long to RGB value - Mon 8th Feb 2021 (Graphics)
Function to Copy Tables from an Access Database to another Database. Another programming ease for A - Mon 8th Feb 2021 (Databases/Data Access/DAO/ADO)
Restart Windows using ExitWindowsEx API Call. - Mon 8th Feb 2021 (Windows System Services)
Restart windows, with one line - Mon 8th Feb 2021 (Miscellaneous)
Restart your computer - Mon 8th Feb 2021 (Windows API Call/Explanation)
Restart your computer - Mon 8th Feb 2021 (Windows System Services)
Restart, Shutdown and Logoff Windows - Mon 8th Feb 2021 (Windows API Call/Explanation)
Restarts a form in three short lines of code; works much better than setting all the variables and - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Restore database(for Ms Access only) - Mon 8th Feb 2021 (Databases/Data Access/DAO/ADO)
Restrict the Entry of Textbox data to Numeric Fields. - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
Restricting text boxes to numeric text only - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
The code is a single file stock ticker which grabs data from yahoo and updates every 30 seconds. Yo - Mon 8th Feb 2021 (Internet/HTML)
the code is supposed to add date of death(dod) and date of birth but when adding new record i what - Mon 8th Feb 2021 (Databases/Data Access/DAO/ADO)
The code is used to ask choices from the user while exiting an Application.This is useful if an use - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)