Advertisement

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

2002VB #23092
Basic FSO, Inet Example

This is to show basic FSO & Inet use, it is a registration program that will create a temp.dat file, upload it and change the name to registered.dat and then delete the temp.dat on the users pc. It is commented on almost every single line, it describes everything the coding is doing. Basically made for beginners but to give intermediate and even experienced users some ideas. Please Vote If You Find The Code Useful Or A Good Tutorial, Your Votes Are Much Appreciated.

2002VB #23111
Functions For Reading and Writing Text Files

This code consists of 2 Function (ReadFile and WriteFile). All you have to do is Point ReadFile to a filepath and it will return the text within that file. Write file recieves a filepath and the string value to save to it. They include simple error handling..and can easily and quickly be advanced to handle open and save dialogs.

2002VB #23120
Super Fast File Search Class - RealTime file return, Recursive, CaseSensitive, & Attribute Filter

I call this file search class cDirEx. Other file search examples on this site are pretty nice, but I wanted one that would return each file immediately after a successful match. So I came up with what I call, real-time file return. This search class lets you control the files searched by specifying certain file attributes to search or ignore. Recursive and Case Sensitive searches are supported as well.

2002VB #23137
Dir Monitor Update

Monitor all files in a directory & subdirectories for any change in size, attributes, date, access date, modified date, name, and more. Fixed some missed events from last version, and added a few more. Also, added the ability to check sub directories, and add search filters (*.exe, etc..) Also switched to a class based timer, and api file/directory calls instead of slow dir/fso calls. Special thanks to Dana Seaman for the suggestions and input on this update.

2002VB #23223
Binary Compare/Patch maker

Extracts the binary information from 2 files, checks them for differences, then if there are differences it will add the new information to the file you want to patch.

2002VB #23264
Validate Date

Checks and makes sure that the user enters in a valid date. Make a text box on a form and call it txtDate

2002VB #23292
how to: output and input from parallel port

this document explains how can you control parallel port.

2002VB #23293
CONTROL PORTS for NT and W2K

Here is what you need. Control ports from NT and W2K. You can INPUT and OUTPUT from any port. (parallel, serial, joystick, usb...)

2002VB #23309
Using Hotkeys

An Example how to use and create hotkeys If you Download, Please rate it first. You can do me a favour if you do that! Thanks.

2002VB #23310
IconWorks

Make your icons. This is a test, the real one likes just like this one. Have PhUn!

2002VB #23320
Easy Key Logger With Nice Interface

Receives keystrokes from user, including mouse buttons and all keys. Writes all input to a text file and can be hidden in stealth mode! ONLY ONE API CALL WITH EASY TO FOLLOW CODE! Votes and comments are strongly encouraged and appreciated.

2002VB #23330
Adress book

English version of my Imenik application Connects VB and Access

2002VB #23331
Copy, Move & Delete Files withinVB Project

This is code will help to copy, move, delete files within VB Project without using Explorer and just defining the locations of source and target files. Kindly make reference to Microsoft Scripting Runtime (scrrun.dll). This code will greatly help in adding Backup and Restore routiens in simple manners.

2002VB #23333
DirBox Sample

It is the same as the Common Dialog Control,when you use it for openning/saving files,but it is working with directories not with files.This is my first code on PSC.Pls send some feedback!

2002VB #23425
Learn about FileSystem OBject

This example will explain about How to use the FileSystem Object to do your file operations. This Object is available in vbScript and in vb also. File and Folder operations can be done with this object very easily. This program itself used this object to obtain data from file. Few working examples were added with this program to understand better. You will come to know something about FileSystem Object or get some code snippets or ideas from this code. This example explains about the file operations. Soon I will update the Folder Operations. If anybody is intrested in doing that I welcome them. It can be simply done by changing the source text file. The same logic can be used to display similar kind of things. Note: The functions CharFound and SeperateString were extensively used by me in almost all of my programs. I suggest you to use them freely in your code. Please read the ReadMe.txt

2002VB #23450
TreeView Export Routine

Exports a TreeView control (including ALL it's children) into a graphical representation with plain text.

2002VB #23521
Compare Files in Different Folders

Rev 8-1-2001. Have you ever had to compare files in two different folders? Mostlikely, you used paper and pencil. This VB snippet shows the contents of 2 folders and flags files with different date or file size. My graphic design is not the best and yes it would be nice to navigate to you folder (now you enter path). For the first step (3+2 hrs work), I think it will do.

2002VB #23527
__** Learn Anything About VB **__

Learn anything you want about Visual Basic.

2002VB #23528
___*Calculate Pi*___

Calculate Pi. This will only let you go to 32763 decimal places. ************************************************* If anyone nows any API for larger math please leave comment about it. *************************************************

2002VB #23529
ZEO Paint

!!!Please Leave Comments!!! This Prog is a painting program able to draw lines, free-hand, point to point to point, circles, rectangles, triangles, erase free-hand, selected areas, saves and loads pics, floodfill objects, create custom colors, save colors.

Languages
Top Categories
Global Discovery