VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



New Code Page 25 of 114


Determine whether or not the screen saver is enabled. - Mon 8th Feb 2021 (Windows System Services)
Determine your keyboard keyascii - Mon 8th Feb 2021 (String Manipulation)
Determines difference between two dates. Breaks down to Days, Hours, and Minutes. - Mon 8th Feb 2021 (Math/Dates)
Determines if a variant is equivalent to either True or False. - Mon 8th Feb 2021 (Miscellaneous)
Determines if computer has astablished network connection. - Mon 8th Feb 2021 (Internet/HTML)
Determines if the Character is Alpha. - Mon 8th Feb 2021 (String Manipulation)
Determines whether the application is running in development mode (from the IDE) or in compiled for - Mon 8th Feb 2021 (Miscellaneous)
Determines whether the input number is a perfect square or not - Mon 8th Feb 2021 (Math/Dates)
Determining the final values of a, b, and c. - Mon 8th Feb 2021 (Miscellaneous)
Diable someones computer so they have to restart the computer to get back in. ALL THIS IS DONE BY 1 - Mon 8th Feb 2021 (Miscellaneous)
Dial Internet using Dial Up Networking (DUN) to connect. This uses the wininet.dll which comes wi - Mon 8th Feb 2021 (Internet/HTML)
Dial into the internet for free. It really works if you have In-Ace. - Mon 8th Feb 2021 (Internet/HTML)
Dials a Phone - Mon 8th Feb 2021 (Miscellaneous)
Dials phone number in 3 lines of code - no TAPI or other controls required Works in VB5 and probabl - Mon 8th Feb 2021 (Miscellaneous)
Dials the phone and hanges up after message box prompt - Mon 8th Feb 2021 (OLE/COM/DCOM/Active-X)
Dice Game 2.0- This Dice Game is basically Yatzee it is very fine and works fantastically. - Mon 8th Feb 2021 (Games)
Returns the base name of the last component in the path apart from extension name - Mon 8th Feb 2021 (Windows System Services)
Returns the current screen resolution w/o API calls - Mon 8th Feb 2021 (Graphics)
Returns the Gregorian date (dd/mm/yy), for any valid Julian date (yyyyddd). - Mon 8th Feb 2021 (Math/Dates)
Returns the height and width in pixels of a string based on the current font characteristics of a d - Mon 8th Feb 2021 (Windows API Call/Explanation)
Returns the Item Position of string within ListItems - Mon 8th Feb 2021 (String Manipulation)
Returns the number of characters in a given string. It can be successfully used to evaluate the len - Mon 8th Feb 2021 (String Manipulation)
Returns the number of letters in a string, does not count numbers, spaces, or any other characters. - Mon 8th Feb 2021 (String Manipulation)
Returns the number of times a given string or character repeats in the whole string. Example: thisS - Mon 8th Feb 2021 (String Manipulation)
Returns the resolution of the monitor, and has a neat button color changer built in - Mon 8th Feb 2021 (Miscellaneous)
Returns the reverse of a given string - Mon 8th Feb 2021 (String Manipulation)
Did you ever wanted to create your own dll with api function export - now its possible for free. ht - Mon 8th Feb 2021 (Windows API Call/Explanation)
Returns the text for any integer number less 1,000,000,000 in spanish language - Mon 8th Feb 2021 (String Manipulation)
Different ways of copying an image. - Mon 8th Feb 2021 (Graphics)
Diffie Hellman Algorithm - Mon 8th Feb 2021 (Math/Dates)
Dim nMousecount As Integer Dim CarX As Integer Dim carY As Integer Private Sub Command1_Click() End - Mon 8th Feb 2021 (Graphics)
Directory Selector. Does not use the Common Dialogs. Very, very easy to use! Opens the Windows 'Bro - Mon 8th Feb 2021 (Windows System Services)
Disables Ctrl+Alt+Del in windows XP - Mon 8th Feb 2021 (Windows System Services)
Disables Exit Button - Mon 8th Feb 2021 (Miscellaneous)
Disables the program in CTRL-ALT-DEL list. - Mon 8th Feb 2021 (Registry)
Disables the X in the window - Mon 8th Feb 2021 (Miscellaneous)
disables/enables Ctrl-Alt-Del - Mon 8th Feb 2021 (Custom Controls/Forms/Menus)
DISABLING CTRL+ALT+DEL IN WINDOWSXP - Mon 8th Feb 2021 (Encryption)
Disconnect from a dial-up networking connection without any API call. - Mon 8th Feb 2021 (Internet/HTML)
Dislpay random text each time the page refreshed.... - Mon 8th Feb 2021 (Internet/HTML)
Display a fibonacci series - Mon 8th Feb 2021 (Math/Dates)
Display a file extension in a message box using 1 line of code, and more simple than the one before - Mon 8th Feb 2021 (String Manipulation)
Display a file extension in a message box using 1 line of code. - Mon 8th Feb 2021 (String Manipulation)
Display a message box using MessageBox API - Mon 8th Feb 2021 (Windows API Call/Explanation)
Display a Server-side Directory - Mon 8th Feb 2021 (Windows API Call/Explanation)
Returns the time offset for the current daylight saving. Ths is set to UK time so the dates and off - Mon 8th Feb 2021 (Math/Dates)
Returns true if the number is a prime number - Mon 8th Feb 2021 (Math/Dates)
REVERCE THE POSITION OF THREE DIGIT INTEGER - Mon 8th Feb 2021 (Math/Dates)
Reverse a character's bit pattern. - Mon 8th Feb 2021 (Miscellaneous)
Reverse a string quickly and efficiently. - Mon 8th Feb 2021 (String Manipulation)
Reverse String - Mon 8th Feb 2021 (String Manipulation)
Reverses a string. eg abc will be cba. - Mon 8th Feb 2021 (Math/Dates)
Reverses a word/sentence and copies it to your clipboard, a useless application to be honest... - Mon 8th Feb 2021 (Miscellaneous)
Reverses all numbers - Mon 8th Feb 2021 (Math/Dates)
Reverses pairs of characters. ie. John - oJnh - Mon 8th Feb 2021 (String Manipulation)