Results for "Category: Files/ File Controls/ Input/ Output"
Saves/Opens Binary file. Takes the contents of (2)Listboxes, (1)RTB, and (1)Label and saves to a binary file. Also opens the contents of the binary file into (2)Listboxes, (1)RTB, and (1)Label.
MSCOMM that is a component with VB has a very GREAT problem and that is it can't send Binary files (MDB,ZIP,EXE,COM,...). It can send but with problems. Here is a FREE purpose.
This API Just Like Windows APi Viewer it work like windows api viewer it look like windows api viewer please vote me
Hello I Make This Msn Nick machine in 5 Month Please Do not Use Code in your code please please if you like my code please vote me please please for this msn nick machine i work very hard It have 12 item to do with msn nick name please vote me if any question please mail me
Next Generation Keyboard Catch 2004 will trap almost every key on the keyboard and put it into a label. The program is removed from memory and is not on the process's list and is also not on the Ctrl, Alt, Del list. Take a look at the screen shot! The keylogger can catch anything pressed on the keyboard no madder where it is. If you set the form's visible property to false, you can type stuff in other applications and it will appear on the keylogger! Typing passwords in a program? The keyloggers got it!
This code shows you how to save a couple of setting to a text file and open them using a FileSystemObject and a TextStream. For an example of how to combine this with a program, download my BartNet Editor (found on this site).
This programm has a collection of 61 compression algorithms and 20 different coders to do al kind of things with the data This program is totally written in VB and makes no use of any DLL This is an exelent programm for someone who want to do something with compression. Some Algorithms can be slow but the most of them are fast enough considdering its only VB. The most commen algoritms are also inplemented like 'Huffman','LZSS', 'LZW','RLE','Aritmatic','LBE' and some of them are 'invented' by me just to see what the results would be. I hope that most of the problems found by users are fixed
Hello everyone :) Today here is a little program that is going to help you... or not at all! It's a program that reads information from a proprietary file with the extension .PIY and applies a patch to any file! As long as this file is the proper one :) .PIY files are plain text files. You can create them using any text editor like notepad, or using my other program "PIY Patch Creator". Before the patch is applied, the program checks that the file to be patched you pointed to has the right name, the right size, and the right hexadecimal values at the right places! It will check that the patch file structure is ok too, propose to backup the old file, and can even revert the patch if it detects that it is already patched (even if a backup was not created). Also features my scrolling caption thingy, APIs to open Common Dialog (no control), set the form to a circe one, allow to move it, and copy a file (for the backup). Don't worry, I didn't invent these APIs myself, I got them from the web here and there :) Don't remember where though, sorry for the lack of credits... The patching engine is all mine though. Oh, to answer a question: this program can NOT patch a file so has to change its size! It's purposed is to apply minor updates, like changing a variable value, little things like that. That's it, take care girls and guys, and I hope you will find an application to this one :)
I needed to guard a (network) drive/directory for changes made by users so i made this small tool. You can select a directory, set a update/refresh time and let the program monitor all additions and deletions in this directory. Changes are put in a logfile that can be printed. Try this on your Windows\temp directory or temporary internet files directory and be amazed by the amount of temp-files some programms make.
This program guards a given directory, its an update of a previous version. I have added the detection of filechanges (suggested by TonyK), completed the print-code, savecode for the log and put lost of comments in the code. The code is more complex than the previous version but does not contain API, classes or DLL so it should be easy to read. I did not yet found a simple way to obtain the username of the person who does the altering of files (suggested by Maju) but i am working on it. This can result in a bit of API but who knows there might be a simple way. Tested with WIN95/98/SE and WIN-NT. Please RATE this program and feel free to send me suggestions / questions. Cybsoft
An ActiveX Control to add zip archive functionality to your applications. * Add, extract and delete files from standard zip archives. * Get file information about the contents of the archive. * Supports 9 levels of compression * Fully event driven Contains a WinZip style application showing how to use the control. Please visit my website for more information. www.richsoftcomputing.btinternet.co.uk
With this code come the Bmp2Jpeg.dll file that you need to put in the Windows\System directory With this dll come a API function BmpToJpeg that convert Bitmap file to Jpeg file. The program save the Picture as Bitmap and convert the file to Jpeg Picture (With 100 Compress Quality) and delete the Bitmap File
Add standard ZIP compression and decompression to your Apps by simply adding this comtrol to a form. New version of Richsoft ZipIt 1b Fully updated, now sample WinZip style application is complete! * Add, extract, delete files from an archive * Fully event driven * 9 levels of compression * 8.3 format for compatablity with PKZip for DOS * Fully compatible with WinZip! * Wildcards now supported for all archive operations! For latest information please see my website: www.richsoftcomputing.btinternet.co.uk The Zip file was created using the sample application!
Binary compare two files and save the differences to file. you need to 2 files with equal length, one original and one patched. please register syntools.dll in your windows system with regsvr32.exe. syntools.dll provides standard common dialog functions like file dialogs for open and save, color picker window, file exists function and more... you can download syntools.dll source right here at your mother of source codes. just follow the url below: http://www.planet-source-code.com/xq/ASP/txtCodeId.21368/lngWId.1/qx/vb/scripts/ShowCode.htm feel free to email me if you have any questions or suggestions. mailto: synaptor@hotmail.com
Threw this together to answer a group of questions in the Discussion forum. It is intended to help those just starting VB. It demostrates string manipulation, file handling, simple navigation, reading and writing to files. It includes four example apps that include menus, window handling, file properties and a basic text editor. Code for each function appear in a textbox ready to copy into your project. I hope this is of some help to people beginning VB. Good luck.
This code is a guide to using\making resource files to use in your VB programs. Resource files are very cool, they allow you to design a great program include all the images in it and it means that no one can edit the images and re-distribute the code as their own.
I have many troubles when try to export big amount of records from database into excel. These troubles because I use Excel.Application, Excel.Workbook and Excel.Worksheet. Unfortunately all of them working too slow, spend many resources, and not compatable between OSs/Versions. There is other way to create all excel compatable file.
It really does two things. Shows how to make a path appear in a Textbox with a Common Dialog. And it also demonstrates how to make an INI file. You'll have to edit the .ini before you burn it on the cd, and you'll have to copy the app and icon you specify onto the cd and change the INI's paths respectively. Just something i did to help newbies out there.
To Play the following file types: .mpg, .mpeg, .mp3, .wav, .mid, .midi, .avi using the Microsoft Multimedia Control and the Common Dialog Box.
Performs all ini file functions from within a single dll file.