Results for "Category: Files/ File Controls/ Input/ Output"
Replicate folders with just a button
It put a password to any .exe file.
It correctly executes a program
This module simplifies file handling. Please download the latest version! This version is obsolete! Click on Other Submissions by this Author to find the latest version!
Simple code to zip/unzip with Winzip
This code will open any file with its creator. It is very small and simple... worth a look at. It works on all versions of Windows. Please let me know what you think of it and vote if you like.
These two functions are designed to read and write a file as fast as possible in VB. It is faster for some cases than WinApi Read/WriteFile functions because you don't have to convert binary to string in a loop. Thats why, it is very fast and useful for any purpose. I have created it for my Encryption programme and with Windows Crypto functions and this two functions, my encrytion programme works faster than most of the Encrytion software you can download on the net. Hope it will be useful for you. Thanks. Ozan Yasin Dogan www.uni-group.org (will be online in 01/06/02)
The program asks for two (or more) files and goes through them sequentially, searching for either differences or similarities, depending on what the user selects. Results are placed into a listbox in either decimal or hex. Useful for figuring out the sturcture of certain files (ie how a small edit changes the file) especially character files for rpg games.
Search Drive for files with a few lines o'code, Recursivly- Please VOTE!!!!
This Code uses the Microsoft XML Parser to Read an XML Source and Put it into a treeview. Ut Can Accept A path to An XML File EX:"C:\MYxml.XML" A string EX:"''" or a URL to an XML File Ex:"Http://www.MySite.Com/Myxml.XML"
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
This 1 line of code will Open any file with their correct default program. EX: opens .Doc file with winword and .Zip file with WinZip..Or any file with their default program..
A small module to set the status message on PJL printers (HP's etc).
Author: BEN GRAY Email: cbsg@interact.net.au This tutorial demonstrates how to use Rich Text Box control, and mostly, how to use the Common Dialog control. It covers all concepts of the common dialog control, including flags. Now you can turn off that annoying "Open as read only" check box. It is commented heaps on every line. Special Thanx to: Ian Ippolito, Webmaster Planet Source Code www.planet-source-code.com
I made this code because I need to copy an access database with the file open (in use). But, visual basic FileCopy method and windows apis for this pourpose fails in this case with the "File Access Error". So, I made this function that copy the file in blocks. You can alter the block size so the copy can be faster or slower. Well, thats it. I hope that this code can be useful to anyone! Ah, the error handle was generated with Ax-Tools CodeSmart 2001, an excelent Add-In for any visual basic programmer! Recommended! :) www.axtools.com
NEW VERSION AT http://www.planet-source-code.com/xq/ASP/txtCodeId.23669/lngWId.1/qx/vb/scripts/ShowCode.htm With one simple procedure call you can create multiple HTML files based on any recordset and a HTX like template. It is possible to create multiple (nested) grouping levels. It is also possib to create your own constant parameters. The screenshot below and the demo project will show you some of the possibilities of this code. The code is well commented and not to massive to go through. It uses the underappreciated Split function a lot. Because of the Split function the code is very small and fast. This code can be useful: When you are not able to access your database dynamically from your web server. You can use this to publish database information. When you need an easy to use and customizable data reporting tool. When the number of data updates is much lower than the web traffic you have. In this case static WebPages will probably give a much smaller server load. If you created your own web server in VB. You can use this to give it functionality to access a database When ...?
The PrinterSupport.dll was created in order to simplify printing documents. Included features are; 1. Paragraphs 2. Rectangles 3. Circles 4. Pictures (picture object reference) 5. format text (i.e. bold, size, etc) 6. Justification (full, left, right and centre) The printing is done using millimeters so that replicating documents for programs is relatively straight forward. The non-printable area of the printer is also taken care of. Note: The printer orientation is not modified at all but can easily be added if need be. There is also no current method of selecting a printer which can also be added to the dll if required.
This demonstrates some use of the common dialog and richttext box control. It is simple and i thoguht it wouldnt require comments. Enjoy!
This project shows how you can write values to an exe file (and change it). NO API and highly commented. First, make the test_exe.exe. Then start read_write project, change values and click Write. You'll se that test_exe.exe has changed!!! Please vote and leave comments.
Nice 3D Label Control