Advertisement

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

6_2008-2009 #203768
File Date

This code is useful to read/write the files' dates (creation, last access, last edit).

6_2008-2009 #203769
Binary Resource Creator v1.2 **UPDATED**

Use this nifty program to combine files into a single binary file. Allows you to Combine and Extract files using a simple, easy to use, interface. Great for protecting your files when you distribute your apps/games. Also keeps your files seperate from you EXE so to update your app/game's graphics or sounds etc all you need to do is redistribute the binary file. If you like it a vote would be nice. If you hate it please tell me why. =] Vist my website www.pointystudios.cjb.net Version History: 1.2 -Added ability to select the destination extraction directory -Added a "Add All" button so you can add all the files from a dir to the list. 1.1 -Fixed some minor bugs -Added ability to remove files from list. -Added error trapping 1.0 -Release version.

6_2008-2009 #203792
File System Functions

commonly needed file macros you hate to code over and over. Functions: GetFolderFiles, GetSubfolders, FileExists, FolderExists, SafeFileName, Read/Write/AppendFile, GetFreeFilename, FileNameFromPath,ChangeExtension, etc.. anyway this will help you clean up your code alot and make it more readable Dont forget to check my sight for more stuff: http://geocities.com/dzzie

6_2008-2009 #203821
Prepend PE(VB) to a PE file w/o damage to the original PE

I made this project after reading a paper about asm. they were talking about how programers were amazzed to find out that a program will still run even when appended by another. then they took it to the next step, prepending an still getting it to work. then an even greater step, filling the programs white space up with code and running the program + the code that filled the white space without any errors. i got it to work in asm and wondered if there was any way to get any kind of prepend, append, or white space fill effect in a vb writen app. all i got was the prepend. append only worked if i knew what compiler made the program (masm hehehe, not vb6 or vc++...sorry lads).

6_2008-2009 #203860
Zipping with Info-Zip

This is an easy to understand example how to use the great Info-Zip Dlls (www.info-zip.org) to zip or unzip files or directories. The basics of this code, the included wrappers, are not by myself and will be supplied automatically if you download the Dlls from info-zip.org. But I have to work a lot to understand how to use the Dlls in my own manner. This code shows simple to use zip routines: zip a file or directory, unzip a file or directory, unzip a single file of a zip file, delete a single file of a zip file, show the file names inside a zip file. Please vote. ---------------------------------------------- Update 08/17/2008: Fixing some severe bugs in the unzip routines.

6_2008-2009 #203919
Read All Extensions in A Directory

I wrote this for someone who needed to know how to read in all the file extensions in a directory and keep updating it when changing directories. It uses InStr to find the "." and then does a bubble sort (not efficient I know).

6_2008-2009 #203966
New NotePad (The Best)

New NotePad has the same purpose as Windows NotePad To Create and edit text files. With this new version it has line numbers to the left of the text which changes when you scroll with the scrollbar/Mouse scroll button. Also comes with line count. See the screenshot.

6_2008-2009 #203969
MultiUnzip

MultiUnzip. Used to extract files/folders from .zip files. have you ever downloaded a program/game and it's compressed into hundreds of .zip files. this prog extracts them all for you at the click of a button. See Screenshot.

6_2008-2009 #203975
Suppress Beep on KeyPress Event

This article will quickly and to the point show you how to supress the beep when the user presses the enter key in a single line text box.

6_2008-2009 #204126
BrowseForFolder

This one should behave like the FolderNameEditor class, but with public methods.

6_2008-2009 #204161
FileThing (Explorer)

File Thing (simple file explorer) This is a small project I made, for just having a basic file-explorer. It looks a bit like the windows explorer does nothing than browsing and showing the files in a directory. It has no real function except for being a base implementation of a file explorer. But doubleclicking a file is working ! So all additional functions you need can be added. All functions are well documented. Feel free to modify this programm to your own needs.

6_2008-2009 #204166
ShowGrid

Show data (e.g pictures ,for testing i used only labels) in an ordered and grouped way. It wasn't possible for me to show my data with the datagrid, cause the type of grouping i needed wasn't given. Especially when the data changes often or can be very different. Means that data changes their row and column type and soze based on internal logic. It supports reordering of rows and columns (like Displayindex). Autosizing of rows and columns depanding of content variable distances between rows, columns, items. a basic interface for dynamic contextmenus is given too. As i saw you can use it in many ways: show pictures, make calendar entries/appointments. It wasn't meant to be beautiful or fast. Cause I had my own needs for it.

6_2008-2009 #204182
Bulk Un/Register DLLs & OCXs

generate two batch files (one to register, one to unregister) that manage dlls/ocxs in a dev branch. the batch files execute and give the line number of a failed registry event. this is a two minute script that saves me time in trying to see what new dlls/ocxs were added/deleted...hope it is useful to all.

6_2008-2009 #204197
DataGridImageColumn

Add images to datagrid columns from an ImageList

6_2008-2009 #204204
Dynamic Contact Form

This is dynamical contact-Form, You can set the Red Star fields and set the Errorhandling. And all without programming. You should only chang a number and a text, for more info read the comments in my code-sample All fields --> save into DB. You can you use Access, SQL-Server, MySQL, Oracle want you want, in my zip you will find a Contact-Gerate.txt (generate Table) into your Database.

6_2008-2009 #204362
Label

Nice 3D Label Control

6_2008-2009 #204364
Shell for beginners

Acess files and execute them if you like than please vote......

6_2008-2009 #204392
ATM Simulation

This was originally written for rent-a-coder, but since the buyer never accepted any of the bids I decided to post it here. It's really limited but it shows how to use functions and if... else loops. It also shows how to used enum to make a simple menu. You could make a menu without enum, but enum makes it easier to code and to maintain

6_2008-2009 #204424
WBar

This is an Outlook Bar. I prefer to call it OutLook-a-like-bar but to not get into "nag nag outlook is a productname" I called it WBar, where the "W" stands for the first letter of my name.

6_2008-2009 #204442
Activity logger

The program can be used to end the session at a specified time. The owner-drawn menus and listboxes can be interesting I think. Enjoy and leave comment if you can.

Languages
Top Categories
Global Discovery