Advertisement

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

ASP_Volume2 #26032
EmptyFolderFinder

This program search empty folder from any specified folder or drive.User can remove selected folder and all folder from result.If user want to store a history for management then they can do it from this software i provide copyclip facility

ASP_Volume2 #26034
Every vb controll is progress bar

Here is an easy way to bypass the simple and normal progress bar in vb any controll in vb can be a progress bar itself see the code its very easy this is for beginners as well as for some advanced users can be a nice simple example, i place an option controll you can place whatever you like as well ( label, button, shape, line, textbox, etc ) Thx enjoy :)

ASP_Volume2 #26071
JPeg Exif Reader

It mostly reads the information stored in the header of a JPeg file - like when you have downloaded pictures from your camera

ASP_Volume2 #26074
Rename Controls

This program will load a VB form and allow you to change the name of the controls and all refrences to the control in the body. You can then save the form after editing. Shows the use of ListView.

ASP_Volume2 #26086
a MouseRecorder - Record Mouse Movement and Clicks and Save it to File

Record Mouse Movement and Clicks (Mouse Actions) and Save it to File. You can load the Files and Playback it! please vote! thx!

ASP_Volume2 #26095
Code Hunter (Function Finder)

Point This Tool At A Folder And Let It Hunt For That Snippet Of Code For You! If your like me you have a huge library of code stored in a folder somewhere, mostly used for reference for code snippets and examples. The fun part is trying to find that one function you know is there somwhere but arent sure where. Well thats what happened to me one to many times. I created this tool to automate that search, its fast and efficent and uses very little API, mostly just pure vb code. I probably re-invented a wheel with this, but i am seldom happy with other code :) Vote if you find it useful, comment if you find bugs.

ASP_Volume2 #26097
Code Hunter 2 (With Zip Search)

Its back an better than ever with the ability to now search through zip files, find that elusive piece of code fast! This could also be modified to make a good general search program for anything else... vote if you find it useful, comment if you find bugs. *Updated 11/26/03*

ASP_Volume2 #26101
FileDude (vb file manager)

Simple windows explorer clone, have all the needed functions: files/dirs copy, move, delete or send them to r. bin. Oh yea, and rename too :) ! It is very simple, just to show on how to manage files, or create nice looking file/dirs-view. Pretty easy code...

ASP_Volume2 #26113
TreeView - Check parent nodes when all child nodes are checked

Will check the parent node of a Treeview control when all of its child nodes are checked. will uncheck parent node when any one of it's child nodes are unchecked

ASP_Volume2 #26163
Recursive Scan Directory

The first procedure scans any directory specified and all its subdirectories and fills an array with all the files found. The other procedure returns the number of files in the directory specified and all its sub directories.

ASP_Volume2 #26215
A simple file finder

The Shortest way to find a file without API's it built with a few lines in a mudule and a few lines in a form and thats it :) i hope you will like it... If it desire vote feel free and thx for any comments or sugestions .

ASP_Volume2 #26219
Baggy Files

Demonstrates the use of a property bag to store "things" in a file in any order and to retrieve those things from that file in any order. "Things" include strings, numerics, results of arithmetic or string operations, booleans, fonts and even pictures.

ASP_Volume2 #26273
_A Mind Of Its Own (A SendKeys Tutorial)_

Shows you some basic commands that you can do with the SendKeys Statement in other Windows applications (Calculator, Solitaire, Notepad). It comes with a Word document that shows you all key codes. You can even have an idea on how to make a fake virus with this one. Please do put some comments or maybe vote if you like this program tutorial.

ASP_Volume2 #26286
bYTER v 1.2

Hi guys:D after long period of not posting codes iwas a little buzy of aother things, so here iam again and may be many of you see the bYTER on Astalavista or Anticrack.de well the first version and the second soley belong to me, so after many requests of emails i decide to put the source and dedicate it to all of my brothers and sisters here so that many of them will have a look:) What is bYTER: -------------- bYTER is an engine that will compare the original and the cracked file and generate a nice vb source code so that you can copy and paste it directly to your vb IDE the first version was bugged and rubbish for that reason i didnt post it, but this i have made many of new functions as well as fixed many bugs, so take a look and please read the help buit in with the program ... Who can use this: ------------------ I will say and say again the tool and the source code is for free to all, but may the reverse engineering interested people will use it more ... Note ----- I use a nice moduly from a friend in PSCODE greetz to him :D nice one WARN: ------ I am not responsible in any kind or any way for any patcher generated with this tool as well as i wont be bothered from any company or developer ... THE TOOLS IS FOR FREE TEST AND EDUCATION ONLY PLEASE ...

ASP_Volume2 #26292
Mass Renamer (resubmit)

A program that batch renames files in a folder, based on Adobe Photoshop's batch renaming system.

ASP_Volume2 #26349
Open Any File with its Associated Application

Open any file with its associated application. Just a few lines of code. Please vote.

ASP_Volume2 #26360
PSC-rename2

Last time i uploaded the file the PSC-demon removed the DLL. This one solves that problem couse it don't need a DLL.I only needed it for decompression but that is done in pure VB now. give it a try and let me now what you think of it. For peaple who don't know what this is. Whit this program you can rename the zipfiles from PSC (CODE_UPLOAD2354786.zip) to something more understandeble (PSC-Rename.zip)

ASP_Volume2 #26372
Recursive Get ALL files from a Folder and its Subfolders and its Subfolder Subfolders etc.

Recursive Get ALL files from a Folder and its Subfolders and its Subfolder Subfolders etc.

ASP_Volume2 #26400
HowTo use Regular Expressions with VB6

This sample shows you how you can use Regularexpressions in your VB6 Projects via the Microsoft VBScript Regular Expressions 5.5 Library. With the code you get an example file to run 3 predefined regular expressions. Additionally you can load your own Textfiles and define own Regular Expressions to query against the Text. Matches are highlighted in red in the Richtextbox. Download this and much more VB6 and .NET Source at www.visualsoft-net.de

ASP_Volume2 #26408
Resource File Example

This Resource File Example extracts files from resource files at/before runtime to ensure your program will run regardless of weather the user has the needed files (inculding VB RTF). Now i'm sure i'm not the only person to notice that quite alot of the comments found at PSC look along the lines of this... "Hey wheres the Blah.dll" "There was no Blah.ocx in the zip" "You didn't inculde the .ocx/.dll in the zip" Now there is one main reason why they don't inculde them and that is because of PSC rule of not inculding .ocx or .dll files, but that doesn't mean to say you carn't inculde these files in your project and upload them to PSC. In the archive is the "Microsoft Winsock Control 6.0" but it's inside a .res file made by Visual Basics which is inside the project, my project will exetract files from these .res files and return them to there orignal form and even register it if need be this can be performed before a form is loaded so that it is insured your project will run without fault. This is very simple code and doesn't need much explaining i also understand this can lead to a new way to insert virii into projects but if you are that dumb to fall for it then sorry to say you deserved it :P As you will see (by reading the source code) my project does no call and functions from the .ocx inculded in this project it only extracts it into a directory and registers it using Regsvr32 so there is 0% risk of virii infection

Languages
Top Categories
Global Discovery