|
 |
|
|
Submitted: April 25, 2009
Views: 1293
Searches for a file.
|
|
|
 |
|
|
Submitted: May 27, 2009
Views: 206
Function that converts arabic to roman numbers. Arabic numbers should be less than 4000. Function can be easyly modified for greater than 4000 (using recursion)
|
|
|
 |
|
|
Submitted: January 16, 2009
Views: 1423
This is a snippet to generate random strings of the length the user wishes to have. Great for random passwords and such
|
|
|
 |
|
|
Submitted: April 18, 2009
Views: 1601
|
|
|
 |
|
|
Submitted: May 30, 2008
Views: 1074
This vbs script gets the IP, MAC, Memory, Network Name, and Dell Service Tag from machines in a given OU of Active Directory and populates an Excel spreadsheet with the results
|
|
|
 |
|
|
Submitted: April 25, 2009
Views: 703
substitutes a letter with another letter based on a passkey.
|
|
|
 |
|
|
Submitted: June 12, 2008
Views: 1537
Need to add spell checking to your forms?
|
|
|
 |
|
|
Submitted: March 16, 2005
Views: 4957
Removes the Name of the Program from the Task Manager.
|
|
|
 |
|
|
Submitted: June 3, 2009
Views: 791
This is a simple module snippet for VB(6). It creates a function that takes a string and a key and returns the encoded value. The decode takes the same information, the encoded string and the key and returns the original string
|
|
|
 |
|
|
Submitted: January 27, 2009
Views: 833
Pallindrome : A number/String which, on reversing too, yields the same number/string.
For Example, 12321 is a pallindrome.
assa is a pallindrome.
|
|
|
 |
|
|
Submitted: January 26, 2009
Views: 2644
This Code, when run, turns off the monitor.
|
|
|
 |
|
|
Submitted: April 26, 2009
Views: 481
This VB Script will move any/all files from one directory structure to another (of your choosing) based on the files' last modified date and its file type. All subfolders in the target directory will be created dynamically, as it iterates any/all sub-folders of the source directory; the target will mirror the source directory's structure. Finally, the script will create a log file of files moved.
|
|
|
 |
|
|
Submitted: March 6, 2009
Views: 1434
Accepts string through inputbox and displays
it in reverse
|
|
|
 |
|
|
Submitted: March 5, 2005
Views: 8850
If all you want to do is write a String Value to the Registry then use this method instead of using the API.
|
|
|
 |
|
|
Submitted: July 10, 2008
Views: 2070
|
|
|
 |
|
|
Submitted: October 23, 2008
Views: 2554
Gives you the option to keep your application always on top.
|
|
|
 |
|
|
Submitted: August 24, 2006
Views: 5346
Avoid the VB shell problem with this API
|
|
|
 |
|
|
Submitted: October 27, 2005
Views: 41840
This is a simple line of code to run a .exe application from VB6.
|
|
|
 |
|
|
Submitted: February 25, 2005
Views: 12085
Get the current System Uptime and convert to days/hours/minutes/seconds/miliseconds
|
|
|
 |
|
|
Submitted: January 27, 2009
Views: 2934
Prime Number : Number not divisible by any number except 1 and itself.
|
|
|
 |
|
|
Submitted: January 28, 2009
Views: 2416
It demonstrates that how we can use shell command to create, remove , copy, rename a directory using dos commands.
|
|
|
 |
|
|
Submitted: February 3, 2009
Views: 2806
Visual Basic Script for turning off windows automatically...
|
|
|
 |
|
|
Submitted: October 26, 2006
Views: 5490
The bare bones of a childrens spelling game, display an image and lets the user spell the word. The only button is to exit the game
|
|
|
 |
|
|
Submitted: April 25, 2009
Views: 505
Area Of a triangle using cramer's rule.
|
|
|
 |
|
|
Submitted: January 13, 2007
Views: 13917
Use this function to change the screen resolution.
|
|