Results for "Category: Files/ File Controls/ Input/ Output"
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!
I originally wrote this to scan my directories and sub-directories, then list the most recently saved VB Projects. I know that when I open VB, I can choose 'Recent' and pick from that list. However, when I download and try many programs from PSC, plus a few more of my own, that list quickly becomes quite cumbersome and it really doesn't tell me which ones I have edited. It also can list programs that have already been moved or deleted. So I wrote this. Version 2.0.0 (May 30, 2007) I changed the colors for a more standard Windows look. I added this Help file and a whole NEW Menu system. I replaced the TextBox with a RichTextBox. The output list is saved to a text file which you may delete from the Popup Menu. Note: The Fonts and colors may vary from the screenshot.
This is best for stealing MSN,Yahoo passwords.My first keylogger.Plz vote!
Create Shortcut
It's a simple blank window that you can resize.
This control can be shaped to 3 shapes i included a full documenation about every Sub and functions and properties in my code ,it produce awesome button shapes try it
This program is one of a kind, and I don't say that because it can read output of another application but because, for the first time, it can send input from vb as well! Please, it took me a few days to code this, so if you like it, then please vote. I would also like to thank 2 friends of mine, Zak and Espen for their help in debugging this bloody program.
Self Delete any EXE irrespective of its NAME or PATH. As some examples i have seen do not delete the exe if the exe name contains space e.g Copy of Project1.exe Please vote for me if u like it.
Send virtual keystrokes using the Windows API SendInput. (SendKey, SendKeys, Keyboard Output.) Allows you to send keys to the application in focus.