Browsing Visual Basic 6
A Delete All files in a Directory and then Delete the DIrectory A
Code Deletes a File and Directory, Note YOu DOnt Have to Reference Ms Scripting Runtime Please Vote for me if this helps you out or if you think it is a good code!!!!! Thank you Sean For letting me know you don't Have to reference Ms ScriptingOriginal Author: David Stewart WilliamsCode'you can't just delete an exe with this by itself but it can delete an exe in a directory'Please vote if you like this code!!Public Sub DelAll(ByVal DirtoDelete As Variant)Dim FSO, FSSet FSO = CreateObject("Scripting.
Remote Admin
Remote Administration is a simple Client-Server program.
Quikwrite OCR!
This is a simple code for OCR (Optical Character Recognition)Using nothing but Arrays and binary strings.
Fast Word Histogram
To gather info on word frequency in a document.
Capture DOS Output
This class capture the outpus of a DOS command line via API functions, redirecting the stdOutput pipe and the stdErr pipe of a DOS application from the screen to the pipethat this class create.
Get a Temp File Name
Need to create a temporary file for whatever? Include this bas module in your project and with one line of code the file will be created and the name returned to your program.
Dynamic Control Array With Events
Visual Basic will allow us to add control array to a Form at run time using the load statement.