Advertisement

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

C_Volume2 #67422
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)

C_Volume2 #67434
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.

C_Volume2 #67462
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

C_Volume2 #67470
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

C_Volume2 #67476
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.

C_Volume2 #67521
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.

C_Volume2 #67542
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

C_Volume2 #67586
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.

C_Volume2 #67629
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.

C_Volume2 #67632
_**P2P File Transfer Using Winsock

File Transfer Client and Server using Winsock.

C_Volume2 #67643
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...

C_Volume2 #67682
Help files

Make simple help files to support you're apps

C_Volume2 #67690
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)

C_Volume2 #67696
Read Write

read a text file and convert it into an array

C_Volume2 #67697
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 :)

C_Volume2 #67706
Retrieve Additional File information

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

C_Volume2 #67712
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.

C_Volume2 #67721
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...

C_Volume2 #67725
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.

C_Volume2 #67742
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

Languages
Top Categories
Global Discovery