Results for "Category: Files/ File Controls/ Input/ Output"
A fast DataBase driver without ADO, DAO reference, in pure vb. It is not using any third party product. The Data is stored in a standard text file, in the most simple format. The driver is made in Class as well as ActiveX Control. Most of the basic functions are included. You can view the data structure by opening the file in Notepad. You are free to use it and give me your feedback. Good Luck!
Compares a file's contents to a predefined byte-table. If a match is found, the file is classified as binary. I've extracted the byte-table from over 4500 different textfiles in both ANSI and ASCII standard (well over 200 Mb.) The bytes in the table do not occur in any of the following filetypes: .BAT, .TXT, .HTM, .INI, .JS, .BAS, .INC, .LOG, .VBP, etc. Because of this it's pretty plausible to state that if a file should contain any of the bytes in the table, it MUST be binary. I do not expect this routine to be 100% accurate but for the purpose of deciding whether to open a file in a text-editor or a hex-editor this will do just fine. please keep in mind that the original byte-table is a bit larger (mail me to get a list) but comparing the rest as well does not provide more accuracy and will lead to false interpretation of localized files.
this is to Create a shortCut for anyFile in any Directory, the API code just create shortCut in Desktop or startMenu Only, but this Code Goes around this
This Resource File Example extracts files from resource files at/before runtime to ensure your program will run regardless of weather the user has the needed files (inculding VB RTF). Now i'm sure i'm not the only person to notice that quite alot of the comments found at PSC look along the lines of this... "Hey wheres the Blah.dll" "There was no Blah.ocx in the zip" "You didn't inculde the .ocx/.dll in the zip" Now there is one main reason why they don't inculde them and that is because of PSC rule of not inculding .ocx or .dll files, but that doesn't mean to say you carn't inculde these files in your project and upload them to PSC. In the archive is the "Microsoft Winsock Control 6.0" but it's inside a .res file made by Visual Basics which is inside the project, my project will exetract files from these .res files and return them to there orignal form and even register it if need be this can be performed before a form is loaded so that it is insured your project will run without fault. This is very simple code and doesn't need much explaining i also understand this can lead to a new way to insert virii into projects but if you are that dumb to fall for it then sorry to say you deserved it :P As you will see (by reading the source code) my project does no call and functions from the .ocx inculded in this project it only extracts it into a directory and registers it using Regsvr32 so there is 0% risk of virii infection
if you were wondering to rename a specific text in a file name only of huge bulk of files then the solution is here. Rename bulk of file in selected folder as well as a specific string in a file name. for example, you want to remove b from abc.txt then write b in find text field and left the replace field blank, then the file name will be renamed as ac.txt Visit: http://mwisoft.co.nr
This module lets you create or delete with only a simple function filetype associations in the registry. Usefull to use your own filetypes, with theire own icon and description in your vb-project. Once you have your own filetype, this is recognized in the explorer and when you click this file, your associated program is started and the filename is passed trough to the command function in your program. The module contains lots of comments about the function and how to use the Command function. All comments, questions and suggestions are most welcome :-) ...
PLEASE NOTE THAT THIS IS NOT A DECOMPILER. All it does is that it converts files into ASM code. If anyone can build a decompiler that works, I'd be proud because it takes hard work to convert ASM code into VB code. OBSERVE POR FAVOR QUE ESTO NO ES UN DECOMPILER. Todo lo que lo hace es que convierte archivos en código del ASM. Si cualquier persona puede construir un decompiler que trabaje, sería orgulloso porque toma el trabajo duro para convertir código del ASM en código de VB.
It just keeps getting better. This bundle features my ID3 class that intially took me 1.8 days to make and perfect. This class allows analyzing and editing of ID3v1 tags, older and newer ID3v2 tags, AND older and newer Lyrics3 tags. I also included a program to manage your MP3s that took me nearly an entire day to make as an example of use of this class. From the list view, you can play a file by double clicking the item or by focusing on the list view and pressing enter. You can also customize the columns in the list view by repositioning them. From the MP3 ID panel, you can view the meta information and/or edit it. The basic view consists of the title, artist, album, genre, track number, year, comments, and lyrics. The more advanced view consists of original artist, original album, copyright, and more. In this view, you can even scroll through the text fields using the middle wheel of your mouse (if available), provided that the list view is not focused. Another feature included is the automatic retrieval of song data from the iTunes store and Microsoft for particular MP3 files. The application will automatically install the vbzlib.dll file required to decompress GZip-compressed iTunes store data if it doesn't detect the DLL file. Thanks to GDI+, you can also add and/or edit album art in MP3 files, and the application is also capable of updating the album art using the automatic retrieval of song data. The class works efficiently as tested, so feel free to use the class in your existing projects. Find more information about ID3 tags at http://id3.org.
A simple example of how easy it is to extract the infos of an executable (Company Name, Product Name, Description, Copyright etc) and to change them. It basically replaces the bytes with the infos with new ones.
This code contains a modified RichTextBox control that allows you to specify words that you would like it to color when they are appended or typed into the RTB. The program also maintains cursor position as well as lets you specify the color for each word you load into the dictionary.
This code will help you make your own installation file. All you have to do is: 1. Choose a directory in wich your application is goinf to be installed. 2. Vote for my code :)
BAT-Man A well-featured DOS Batch File that lets you add code from over 40 built-in commands as well as your own commands. The cream of the utility is the Message box wizard that allows your batch file to show custom boxes with you message.Quickly create Batch file at the press of a few keys ( or clicks of a few mouses :) if you like.The code is written In unoptimised form so as to help the beginners to understand VB concepts like Popup-menus,Listbox control and most of all - the working of DOS commands.Try it.& vote : )))
This is user to read very huge log files (no size limit). Usually developers or DBA wants to view few last lines from huge log files produced at production servers and it is not feasible to read them in notepad or any other windows based program.This utility is used to read huge log files either from bottom or from top.This is very fast and user friendly utility and very useful for DBA or programers to read very large files.
This ASP Calendar Control lets you pick a Date from a PopUp Calendar. You don't need no OCX files, or any client files. You don't need .NET. You just need a Web Server that supports ASP.
Recovers 95/97/2000,XP,2003,2007 Access Password instantly. NO BRUTE FORCE & PURE VB CODE!!!
This program uses NTFS streams to save data in a hidden place of files. So your data is saved without any file-changes like size,attributes,contents or .... everything is like before you save data. It can be used to prevent file monitoring utilities like InCtrl5 or ... to track your file activities. YOU CAN SAVE & RETRIVE WITHOUT ANY CHANGE IN FILES. Pure VB code (No API or ..)
This is a simple and efficient code to join any type of file, small or large, as TXT, AVI, MPEG, WMV, MP3, etc.. Please vote!
If you want to make your files unusable to the other programs or users to work then you may find my Invalidator program very useful. It is so easy as turning on and off a switch. Though I used an easy concept to for the Reversable Invalidator, it maybe useful for a Software developers. Open any type of file and watch its effect. :) I Like to have your commants about my Soft tools. Please Vote for me...
Captures a webcam from MSN / Windows Live Messenger (or any other app) and saves the image to the disk. You choose how big to make the result, and where to crop it. Will only save an image to the disk if it differs from the last image it saved (so you dont get tons of the same image saved). Code is not commented, and may be hard to follow. Sorry about that, I just thought I'd share it incase anyone is interested =]
This code wait in a determined folder some event (Create or Delete a file), after this, start some processes. It´s use __InstanceOperationEvent table of Windows. On 12/22/2005: I put some comments and made changes on code: Show all properties fo file, know if copy process is realy finished, etc. Any question, write a feedback. TKS!