Advertisement

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

2_2002-2004 #113844
Make Path / Create Dir

2 lines of code to create any destination directory or path, no loops etc.

2_2002-2004 #113859
uSc_FileSearch

uSc_FileSearch is a class module that allows you to find files or folders on your computer. You can use wildcards in name and specify text that file must contain. You can also specify type of text comparation and depth of subfolders to search.

2_2002-2004 #113861
Config File Class

This is a class that will save settings to a text file. You only have to give it a description and a value and it does the rest.

2_2002-2004 #113903
EXE Joiner®

Great code for merging two executables into one, and when you run the new file, both of the programs will run with it, NO API, NO DLL!!! - Base on my project, "FileBinder" Please vote for me...

2_2002-2004 #113909
File Types Example (Updated)

File Types Example retrieves all registered file extensions from the Windows registry and presents them along with the file types and default icon. Right-Click on the file extension to view the file types key, content type, default icon file and the file types actions, also, you can backup the registry entries in a .reg file.

2_2002-2004 #113934
Property Bag Explained (Examples)

Explains to you what a property bag does, can be used for, how to use it and has examples included. Great for creating an archive, you own DLL files, customizing compiled EXE files and much more.

2_2002-2004 #113981
Virtual Drives

Create Virtual drives under W2K, DOS, not tested on W9X, but i think it works, very easy!

2_2002-2004 #113996
[ A- taskToDo LIKE Vb.Net ]

are you tired to forget what do you want to change of your code when you are debuggin?? when you stop debug you cant remember wich was the error, if there where a lot of errors? this utility may help you, its like VB.NET task to do utility

2_2002-2004 #114007
Capturing the Extra Mouse Button Events

This program will demonstrate how to capture the extra mouse buttons such as the mouse wheel and x buttons (the buttons on the side of the mouse). Mouse Hooking is employed so these the events can be captured independantly of the controls.

2_2002-2004 #114018
Really Simple Load Custom Resource

I decided to wrote this article after a long time trying to find a way to load custom resources that cant be load as "normal" ... all i can find is really complicated DLL's and huge and confuzing codes ... so i decide to show a really simple way. I will show how to load an flash animation but you can do this with anything. I will also put a sample on a ZIP in case that you have some problem with copy and paste All you have to do is create your resource file as normal puting anything you want (JPG, EXE, SWF, Etc...) as custom resources. And then write the resource to a file and load it. Private Sub Form_Load() Dim M() As Byte M = LoadResData(1, "SWF") Open "c:\windows\desktop\m.swf" For Binary Access Write As 1 Put #1, , M Close 1 SF.Movie = "c:\windows\desktop\m.swf" End Sub Private Sub Form_Unload(Cancel As Integer) Kill "c:\windows\desktop\m.swf" End Sub

2_2002-2004 #114082
Flash Explorer

Complete program like explorer. You can view text files, movies, mp3, wav, html and More.. Please Rate it. Enjoy.

2_2002-2004 #114090
bYTER 2003Pro RV 1.3

This is the 3rd release of bYTER many things improoved inside it, as well as the full source code modified, this version both me and rudz together work on it, if you feel this code is something usefull feel free to comment and vote for it .

2_2002-2004 #114130
Advanced Text Editor For Beginers

This text editor is for beginners. It features, find & replace, basic open and save functions (and detect if the file has been edited) and it is able to sort lines in the loaded file either by ascending or descending order.

2_2002-2004 #114157
XP_Button

Makes a XP button for new applications for you who wants to be updated.

2_2002-2004 #114192
a StringExtractor - Extracts Strings from binary Files

a StringExtractor - Extracts Strings from binary Files. StringExtractor =============== Author: CodeXP Contact: [email protected] Description: This App extracts Strings from binary files (like .EXE). You can search certain Strings that were found in binary file. (for example you can search some cheats in a game file, for what I also wrote it. Actually for own use :) How to use: drag'n'drop a file, that you would search for Strings, on the StringExtractor EXEcutable

2_2002-2004 #114216
DM Resource Builder

This small pice of code will allow you to compile a text file to a .RES resource file that can then be included in to Visual Basic. At the moment the compiler only compile custom resource types. Note that this compiles the files without the RC compiler. also at the moment the source code will only compile one file to a resource file. if someone can help with that problum that will be helpfull. Well I hope someone finds some us for the code.

2_2002-2004 #114233
JPeg Exif Reader & Changer

Its a little better than the last one, it can only read bog standard tags from the 'exif' standard plus a few more, it has other subs/function which you might find usefull. Plus a few pictures

2_2002-2004 #114235
File Copy Class (Updated)

I have added an automatic detection of the target path. If it doesn't exist, created regardless of the depth. I have also added a verify feature to verify the copy was successful. Orig. Desc. This is a modified verision of Nabhan Ahmed's (Copy File byte by byte) found at http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=48319&lngWId=1. Please give all votes to him. His description Basically, this 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'm sure you'll find the code very easy to understand, and that you'll like it.( Would you please vote for this code ) My Changes: The FileCopy routine was transfered to a self contained class. It checks for proper input for the FileCopy method to work. It is now completey portable.

2_2002-2004 #114242
ProjectZip45

This sample provides a look into the structure of Zip Files. It will allow you a look at some the information stored in them, and later I will be updating it with decompression algorithms and extraction routines. Take a look, learn something, and have fun !!

2_2002-2004 #114250
VBS.Redlof.A Virus Scanner + Detector + Repairer : This Virus Cause Folder.htt Files in Your Folders

This is a Antivirus for the virus VBS.Redlof.A And It Detects + Scans + Repair Files In Your System . This Virus Cause Folder.htt and desktop.ini files in your folder (all Folder You Can Open With My Computer During Infected System) By Ajay Kumar

Languages
Top Categories
Global Discovery