Advertisement

Results for "Category: Files/ File Controls/ Input/ Output"

ASP_Volume2 #31300
Get All Folders (and files) in a directory

Get all the folders (and files) in a given directory. Very simple, and easy to use code. Just copy and paste into your own program.

ASP_Volume2 #31317
My Computer type File Browser

A VB clone of Windows My Computer, A file browser that shows the files Icon, or and icon of what type it is, It shows you how you can have a file directory in a image list, rather than the built in boring one.

ASP_Volume2 #31319
PAK Builder

This is a small program that I use to pak text file into one big one. It does not add an compression to the file just paks them in to one I hope to add some compression into it soon or when I can find some infor on how to do that. Any way I have also included a Winzip like Self extracter that you can build the pak file in to exe and run them on any computer. as long as vb runtimes are installed anyway Hope you lile the code.

ASP_Volume2 #31330
A File system object example FSO

Example of the File System Object

ASP_Volume2 #31347
CyberBot Books

You can save information about your books in it ! A nice example of database program.Included a kool sub-routine that creates shadow ! A Must Download ! ! !

ASP_Volume2 #31383
CSV Parser

' This function is for use when parsing(splitting) a data string that ' has a comma delimiter. The normal VB Split function does not take into ' consideration of a comma embedded within a Fields' data string and ' will parse the information incorrectly. ' ' This function takes into consideration the a data field may contain ' a comma and parses the data as entire string. The data string being defined ' as the data between the two Double-Quote marks. This function also ' prunes the leading and trailing double quote marks

ASP_Volume2 #31419
File line sorter.

This code is simply sorting lines in a text file alphabetically using a listbox control. This could be good for sorting wordlists, names, adresses.. etc.

ASP_Volume2 #31461
File Properties

This Simple program (for Beginners) retrives file properties like Size, Modified date and time and also the File attributes. No API's, OCX's or DLL's. Just simple code anybody can understand. I hv tried to comment the code (I am not good at it though). Pls. Pls. Pls. VOTE

ASP_Volume2 #31471
ParseVBP [Updated!!!]

Newly Updated with TREEVIEW added... check out the screenshot! Ever wanted to extract the info quickly from your Visual Basic Project file? Use this to code to do that... grab the information, like dependencies, forms, classes, ect..., use the info in another project... Make your own SourceSafe or Project Organizer. This code teaches how to parse a file and how to use common dialog. Enjoy!!

ASP_Volume2 #31495
Sense The Splash Screens Used By Windows

This program is a simple application that is designed for one thing and one thing only: It senses the "Splash Screens" used by Windows when you start up your computer, the computer is in the process of shutting down, and when Windows prompts you "It Is Now Safe To Turn Off Your Computer," or whatever you have it set to. This program allows you to copy those images to the clipoard, as well as "Refresh" them. If for no other reason, check this program out to learn what files Windows uses for the pictures behind the splash screens, and how to load pictures into pictureboxs/images on runtime, a function that is VERY helpful when skinning. This could be useful for people attempting to make their own themes. By using the knowledge that I gained from this application, I wrote a program that changes those screens to some special files that I made. P.S. Throw a vote in my direction if you can find the time: You have no idea how long it took me poking around in my hard drive to find these files, and to figure out how to load pictures on runtime. And for those of you wondering how you load pictures on runtime, this is the simplest code available. Example: Private Sub Form_Load() Picture1.Picture = LoadPicture("C:\Windows\Bubbles.bmp") End Sub

ASP_Volume2 #31524
__** Learn Anything About VB **__

Learn anything you want about Visual Basic.

ASP_Volume2 #31537
A Simple notepad with options such as character limitation, new, open and save!

This demonstrates some use of the common dialog and richttext box control. It is simple and i thoguht it wouldnt require comments. Enjoy!

ASP_Volume2 #31556
A Professional Hex Editor

An update of my original hex editor with more functions. Please vote for me!!!

ASP_Volume2 #31558
Clear Down Folder Structure

The code removes all files from the specified folder and all the files from the subfolders of the specified folder.

ASP_Volume2 #31610
Check for the Existense of a file

Checks if a file exists. If you have anyquestions fax me at 1(305)847-0621 dont forget to visit my website for more codes and full program source codes + forms available for downloading

ASP_Volume2 #31616
Check if File Exists - Including Hidden Files

Simple function to check if file exists. Detects Normal & Hidden files. Improvement of code from Greg G., and incorporating a suggestion by Larry Rebich.

ASP_Volume2 #31640
Password Stealer Scanner

Now you can scan for Password Stealers, Deltrees, and Even Virii! With this simple, quick FEW lines of coding and a little know how you can build a file scanner. The example below scans for Deltree strings which damage data and destroy files on your computer. There are tons of them floating around on AOL so better build your own before you get Tree'd.

ASP_Volume2 #31692
IniViewer(TreeNode Style)

Here is an INI File viewer using the Tree Node. Nice little screen shot of the proggie is available. Easy to learn how to use a tree node in your projects. Please leave me some comments on this. - I've updated this as a complete application. It's new name is IniEditor[TreeNode Style]. Uploaded 10/19/00.

ASP_Volume2 #31697
Multi File Select CommonDialog Box - Must have for MP3 players

Lets you select Multi files out of a CommonDialog box and list the paths in one list and the filesname in another This code is a must have for people making a MP3 player Please tell me what you think, and vote!

ASP_Volume2 #31698
Listbox, Common Dialog/Multi Select, Drag Drop/Multi Select, Parsing Example

You can drag (multiple or just one) files from a program like windows explorer or a common dialog onto a listbox & add them all to it, & parse before adding to just get the dir, filename or the whole thing.

Languages
Top Categories
Global Discovery