Results for "Category: Files/ File Controls/ Input/ Output"
The purpose of this class is to generate PDF file without ocx , dll or virtual printer. Just using differents methods and properties to build dynamically PDF objects to generate PDF file. Codes of methods and properties has been build about Adobe PDF Specification (free specification download from Adobe). About images, Jpeg images are only supported. PDF files are not compressed. Bookmarks are supported in this class. Only True Type Fonts are supported (if the Adobe Font Metrics File is in app Fonts dir).
This was my final project for VB6 class its not that intense but what can you expect from an introduction to VB6 class next quarter will be better so. But its a computer repair shop program it uses files and a few different forms I know theres modifications to make it better but I dont know how to do them but any help from any experienced programmers would be appreciated. Might need to change the dirrectory that it finds the file from had it running from my floppy disk.
Binds a unlimited number of files into 1.
A clone of Microsoft's Scripting Runtime: FileSystemObject using API calls with a few additions and necessary changes. If you want total control over file access this is the object for you.
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.
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 !!
Feature: This is a Graphical Menu program including System Programming, including Video Services,Keaboard Services, Disk Services, and Memory Services. You can create graphical menu very easily from this program, simple programming is given for Menu creation. In program, each function describes how you can create menu [ step by step ] by your self. Along with Menu creation, you can learn System Programming very easily. Simple programs are given for Displaying your Video Display Unit Mode, Setting and getting cursor position, which you can set by interrupts, Know about your Memory Size, Checking your Equipments, which peripherals are connected, Your Current Disk Status, Restart your PC through interrupts, and many More.
There is a problem with most of the CSV parsers/readers out there: they do not follow RFC4180. Most handle quotes and comma delimiters properly, but can't handle line changes within quotes. Additionally most of the codes are on the slow side, practically dying if you happen to have a CSV file that goes a few megabytes in size. This procedure is somewhat optimized for speed so a few megabytes is a no-issue. Detailed information at http://www.vbforums.com/showthread.php?t=604031
Autocomplete the input strings in combo box
File Transfer Client and Server using Winsock.
This code is just an example of how to use context menus in Windows Forms, using VB.NET. Hope this helps...
Resize and Remix Your Files with any Thing Can be done one files
This ftp program uploads ftp files and feel how many bytes they take! please vote!
With this program you can join many files as you want, ideal to make a movie from movie clips. or to join music files into one file. or any other type of data that you want to join. Please vote and leave your comments. Thanx :o).
If you been searching for a program that join files like movies, music or other kind of files, then here's my program. Let's you join many files as you want into one simple file, organize and view with the associated aplication. Please vote or leave your comments. Enjoy
Complete program like explorer. You can view text files, movies, mp3, wav, html and More.. Please Rate it. Enjoy.
This Class puts files and string into a bigger file. Like an array. But when it inserts (or extracts) a file it doesnt use large amounts of memory and CPU. It grabs small chunks of the file in opposition to loading the entire file into memory. Loading many files that are large in size will use up memory and CPU. It doesnt use encryption or compression, but you could add those. Feel free to use this code in any manner, and I hope you have a good day.
resize all the controls proportionaly with the resize of the form
I wrote the code for my friend to demonstrate how to pack several files in one file with zLib and extract them. There still might be some bugs even though I tried to test it properly. The code extracts all or nothing so there's still some deveploment to be done, but I think it works pretty well... There's a lot of comments so it should be pretty easy to use. ZLibTool is required, Available in http://www.dogma.net/markn/articles/zlibtool/zlibtool.htm If packing lots of files/large files there must be enough space on destination drive and windows temp folder drive (NEW! you can now change the temp folder to use). Also new: wildcard support.
Say a Pc technician is in a hurry and has just finished servicing serveral pc/s, instead of calling every customer to explain his/her modifications he performed, he uses Message Report. When Run on a system is edits the registry and adds the "LegalNotice" command to the Winlogon file, so when the customer starts his computer next time he sees a nice little windows message box with helpful information about what the technician did. It runs only once then deletes it self along with all the temporary files that were added to the customers PC.