Advertisement

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

ASP_Volume2 #26414
FileFind

Searches for specific file types on the specified drive letter. You can add / remove file types to search for too. I made this months back, thought it could be useful for some beginners.

ASP_Volume2 #26459
Folder Tree Like Windows Explorer

Fast Folder Explorer.Plus Some new Functions. Olso Change the size of icons to (16 or 32) if you wand send your commend's.

ASP_Volume2 #26480
Folder Tree Like Windows Explorer Update(1)

Hi All. Here is the new Version of Folder Explorer. I was been asked if I could put something for files. Include The WebBrowser control with some new Functions. Thanks For your nice comments, are always welcome

ASP_Volume2 #26524
Analogue Gauge / Peak Meter Usercontrol 29.5k

Options for colors: background/gauge pointer(centre,fill,outline). Two gauge angles 180 degrees or 240. Hide/show percent bar(picturebox), scrollbar. Auto disable of user controlable features when in Peak mode. Note: The Background pictures (mostly transparent except for the dots around the gauge edge, the logo in the centre and the Min Max words) ARE 48x48 Icons, you can edit them to your desire (with any icon editor) using the two SPARE Images I provided as templates, to suit your own personal style/preference.

ASP_Volume2 #26567
Folder Flooder

REWRITTEN DESCRIPTION: For educational purposes only. This program I've written is like a virus, but it does no damage to the files, boot sectors, or the hard drive, etc., hense it's safe. There is no form in this project since it wasn't needed. So Sub Main() in the module will automatically be called. People in PSC is calling this program a "waste" when it is not. You can learn a lot from it. Like basic VBScripting, error handling, reading and writing to the registry, finding out what drives exist on the computer, recursing all directories in an array, hiding directories/files, etc. I have no intention of creating havok and destroying files, operating systems, etc. I just wanted viral like code, only it simply folder floods. And folders do no damage what so ever. The only thing annoying about it is deleting them by hand. I'm going to tone down the code a little bit to make it cleaner to use in this site. And please, don't flame me anymore. I uploaded this program for others to learn from it, not to get chewed out.

ASP_Volume2 #26570
_**P2P File Transfer Using Winsock

File Transfer Client and Server using Winsock.

ASP_Volume2 #26581
Smart Form Navigation Ver: 1.0

This is time not to talk much, but the screen shot will give you much more idea about this posting. As you get an idea from the Title itself, yes its really smart FORM, somewhat I could say intelligent form for the navigation. Auto Navigation is the motive of this small program. I hope you would like this idea. This code could be useful for your application to give a professional touch and make it more sophisticated and user-friendly Infect its a part of Code of my running project. Thanks for your feeback...

ASP_Volume2 #26620
Help files

Make simple help files to support you're apps

ASP_Volume2 #26628
draganddropexample

simple project to show how to drag a small textfile from windows explorer(or desktop) and drop it into a textbox and display the contents of the file and the filename(not displaying the full path)

ASP_Volume2 #26634
Read Write

read a text file and convert it into an array

ASP_Volume2 #26635
Vb Clone

Vb clone, as the name say ,this project is a clone of visual basic and it will compile any form or project file to exe, the process is very easyý and lame somehow, please read the builtin dialog small documentation to obtain some usefull information about vb and how it compile any form or project to exe ... You find this usefull?? drope me a vote :)

ASP_Volume2 #26644
Retrieve Additional File information

From any Exe,ocx,dll...etc which contain that information...

ASP_Volume2 #26650
Install/Uninstall

This will install and uninstall your vb program. All it requires it that the vb runtime dll be in the same folder as the compiled install.exe file. Just throw the runtime and all the ocx and dlls that your program uses into a folder, add a data.ini with the proper settings and the intall.exe and uninstall.exe into a folder and that is all you need. (Tuesday, June 10, 2003) UPDATE: It now adds your program to the 'Add-Remove Programs' list in the control panel.

ASP_Volume2 #26659
INI Files Made Easy! *Updated 11/6/03*

This is a powerful class file that does just about anything you need to do with an ini file. Very easy to use!! Can save/load arrays and collections. Also includes A function to pretty up an ini file... *Updated 11/6/03* A subtle bugfix in collection saving has been fixed, and more comments added about WriteSection() and its benefits, this class has now been time tested and is very robust, it is a permanent addition in my code folder...

ASP_Volume2 #26663
File & Folder Search

A program to search files and folders like the one supplied with Windows. My Windows searcher keeps failing after a few weeks so I put this one together. I used as much API as I could.

ASP_Volume2 #26680
File Comperator Revisited (like Kazaa uses)

This code will compare files. When two files on the local hdd must be compared you could do a bit wise comparisation. Over the internet for large files this is impossible. So this is where hashing comes in. Most programs use something like this (Kazaa does to) and I use it in my file transfer resuming messenger. Files renaming doesnot make any sense anymore and you can check wheter a partial donwloaded file is the same as a complete file. It is all kinda advanced, but works very good. Just check it out. Votes and comments are appreciated

ASP_Volume2 #26697
Copy file byte by byte (Updated)

The program shows you how to copy files byte by byte. Everytime, it reads 4 kbs from the source file and write them in the destination file until it reads all bytes in the srouce file. There is a bar that shows the copying progress, and there is a label that shows the copying percentage. In the new update, you can use the browse button to find the source file you want to copy. I hope you will find the code useful .

ASP_Volume2 #26716
File Object Using Win32 API

I haven't submitted in a while and figured that some of you might might be able to use some of the things I have worked on. Much of this code was inspired by this site or derived from this site. This submission is a File Object by encapsulating Win API functions into an object oriented dll. I have used this dll in several applications currently distributed in high stress environments. Includes advanced file and directory properties and functions including File Input/Output. And a file searching collection. File Object Properties CRC32, CRCAlder, Computer Name, Date Accessed, Date Created, Date Modified, Directory, Drive, Exists, Extension, Name, Size, Type, Fixed Disk, Hidden, LastAccessed, LongName, Parent Directory, Read Only, Short Name, Title General File Functions FileCopy, Delete, Execute, ExploreDir, FileMove, FilePropertiesDialog, FileRename File Input Output Functions FileOpen, FileClose,GetData, GetDataFromFile, PutData, PutDataInFile, SetFilePosition Directory Object Properties Exists, Drive, ComputerName, Path Functions Copy, Create, Delete, Move

ASP_Volume2 #26726
INI Module (Simplest Ever! (No API))

Just a simple INI module, no API calls. I made it as easy to use as possible, not really tested much but it does work better with remarks and such then the INI classes I've found on here. I've now updated it for writing INI files (or creating them!). I didn't test it but its simple enough that it probably works (ubounds always confuse me!).

ASP_Volume2 #26733
Pak System & example of how to use dll's

This is a dll that handles file control into a pak system like quake3 and other games. The files are imported one after another in a "pak" file. If you want to retrieve a file all you have to do is call extract_file with the filename and path you want it to goto. The dll (included) has the following functions: EXTRACT_FILE OPENPAK RETURN_NUM_LOADED RETURN_SIZE RETURN_TITLE and an example project on how to use the dll is also included.

Languages
Top Categories
Global Discovery