Results for "Category: Files/ File Controls/ Input/ Output"
Suffering with the problem of lack of disk space I knew there must be a directory on my hard disk that contained a lot of information, this is why I wrote this application. Its simple in what it does but can provide useful information about your hard disk space. It allows you to select a drive and then by using a tree control lets you navigate through it displaying hard disk usage for each folder it sees..
Subclassing the .NET Treeview, Listbox and Combobox controls - Here are two completly functional sample Visual Basic .NET projects which demonstrate the rather simple but extremely powerful technique of subclassing the TreeView, ComboBox, or ListBox, such that you can store additional custom information behind (or inside) each individual Tree Node, Listbox Item or Combobox Item as you desire. There is no logical limit to the amount of additional information which can be stored alongside each individual node or item.
This code shows how to insert Combobox ,Link Button, DateTimePicker and Button in Datagrid.The code also shows how to save data from the dataGrid to database.
Monitor all your disks activity. ---- One double bargraph - Read/Write - for each local disk -- hideable - Autostartable with Windows session -- I've use (and corrected) the excellent source from Ed Wilk (links inside code) to generate the icone image from calculated bitmap. -- Sorry, all comments are written in french, but variable names are english
This code is simply sorting lines in a text file alphabetically using a listbox control. This could be good for sorting wordlists, names, adresses.. etc.
Record Mouse Movement and Clicks (Mouse Actions) and Save it to File. You can load the Files and Playback it! please vote! thx!
a StringExtractor - Extracts Strings from binary Files. StringExtractor =============== Author: CodeXP Contact: [email protected] Description: This App extracts Strings from binary files (like .EXE). You can search certain Strings that were found in binary file. (for example you can search some cheats in a game file, for what I also wrote it. Actually for own use :) How to use: drag'n'drop a file, that you would search for Strings, on the StringExtractor EXEcutable
Simple Function designed to upload single/multiple files from VB using just Inet control, Label and the Function.
Its amazing .... I was getting facinated by the textbox search provided by third party components in ASP.NET, so I deceided to build a one in ASP. My code helps in searching a particular field & the textbox gives results as you type the keywords in the same .... I have used iframes so it will not work in Netscape ... will try to overcome the same
I programmed this little thing to generate an input text field including two buttons to increase and decrease the value of that field. Just include this file and generate the spinner. Updates are welcome!
An easy way to handle INI files by using API. Ini files can be useful when you need to save and load data to and from a file. I tend to use them to save user preferences but can be used for many other things as well. The main advantage over the registry is that you can modify them easily by using a text editor such as notepad. Enjoy :)
This one saves/reads some small headers in biary format to a file, e.g. to save some extra-data to an executable (such as almost any server-builder works!)
2 lines of code to create any destination directory or path, no loops etc.
This is my first usercontrol in VC++ act as button , their look are NOT rectangular and have a vertical gradient. See the screen shoot!! (NOTE uses my WindowClass)
Simple App to write to Excel
Allows you to rename files en masse with some preset patterns. Added the ability to use the modification date in the numeric indexing pattern. (Press '?' for details) Replaced the browse for folder method with the control in http://ccrp.mvps.org/download/controls/ccrpftv6-10.zip Can now use the old filename in the numeric indexing pattern. I did have it in MR1 but thought no one used it. Fixed a critical error
Fast Folder Explorer.Plus Some new Functions. Olso Change the size of icons to (16 or 32) if you wand send your commend's.
Hi All. Here is the new Version of Folder Explorer. I was been asked if I could put something for files. Include The WebBrowser control with some new Functions. Thanks For your nice comments, are always welcome
Converts a sequence of picture files (bmp) and an optional sound file (wav) into one video file (avi). Source Code compatible with both Linux and Windows!
This code allows a user to add security to a folder by either making it password protected or not allowing access at all. It includes a simple method of encryption and decryption, shows how to creat a shortcut for your program's executable, shows methods to hide your pogram for the task manager (ctrl+alt+del), disable the task manager, and disable the taskbar or startmenu. It also includes a log which can be set to record all secured folders attempted to be opened or just any folders that are opened and includes time and date of when they are opened. Also includes a method of detecting when a key and what key has been pressed. And... yeah theres alot of stuff so enjoy and please vote!