Results for "Category: Files/ File Controls/ Input/ Output"
It's a Truly RTB that have a features of Fully and semi transparency with a different borderstyle. The other one is ownerdraw Menu that you can customize the font and color
This assembly uses the TreeView control to present a powerful alternative to the old VB6 dirList and driveList controls. Code was taken from the MS web site; it took me ages to find this and thought you might find it as useful as I did.
This is a powerful class file that does just about anything you need to do with an ini file. Very easy to use!! Can save/load arrays and collections. Also includes A function to pretty up an ini file... *Updated 11/6/03* A subtle bugfix in collection saving has been fixed, and more comments added about WriteSection() and its benefits, this class has now been time tested and is very robust, it is a permanent addition in my code folder...
Point This Tool At A Folder And Let It Hunt For That Snippet Of Code For You! If your like me you have a huge library of code stored in a folder somewhere, mostly used for reference for code snippets and examples. The fun part is trying to find that one function you know is there somwhere but arent sure where. Well thats what happened to me one to many times. I created this tool to automate that search, its fast and efficent and uses very little API, mostly just pure vb code. I probably re-invented a wheel with this, but i am seldom happy with other code :) Vote if you find it useful, comment if you find bugs.
Its back an better than ever with the ability to now search through zip files, find that elusive piece of code fast! This could also be modified to make a good general search program for anything else... vote if you find it useful, comment if you find bugs. *Updated 11/26/03*
Shows How To Get Directorys/Folder Contents And Calculate All File Sizes Using Pure Vb Code, without using any controls ****Updated 11/06/03 This submission was long a thorn in my side because it never worked as well as it was intended to, well the pain is gone and its now better than ever!! all file related functions now fully support file masks, and all code has been optimized for maximum speed!***** forget slow fso code!
Searches for specific file types on the specified drive letter. You can add / remove file types to search for too. I made this months back, thought it could be useful for some beginners.
This control contains a rich text box, plus 3 toolbars which allow the user to format the text in the rtf box. You can programatically show or hide the toolbars (they show by default). You can get/set the locations of the toolbars (you could save the toolbar positions and "remember" them for the next time the user loads the form). Can return rtf text or plain text. I've tried to make all the rtf properties visible through this control. Votes/suggestions/comments appreciated.
ASP.Net file upload
File Types Manager retrieves all registered file extensions from the Windows registry and presents them along with the file type, registry key value, context type, default action, default icon file and all action commands. A scan for verifying action files is also available.
The first procedure scans any directory specified and all its subdirectories and fills an array with all the files found. The other procedure returns the number of files in the directory specified and all its sub directories.
c# seems to lack some standard types of input boxes so I set out to create a class to implement some. This class creates three styles -- string, list and number(spin control). Also demonstrates enums, delegates, events. This is my first submission to the planet. I welcome any feedback. Thanks!
It able to detect ENTER key press by user. VB6 use " Keyascii = vbkeyreturn " but .Net need to write another function to detect it. Try to use this function to help you. Vote this code if you found it useful 2 you.
It is a Exaple to Put 1000 of Pictures into One File You Can Add Files into an Archive You Can Delete Files from an Archive Your Can Extract Files From an Archive Its Really Tooooooo Fast Method If You Like this Don't Forget to Vote Me !!!!!!!!!!.... And Mail Me If You Hate this Please Mail me What I want to do webmaster@hajasherif.zzn.com or haja_personal@hotmail.com
This code replaces all features of the the FileSystemObject through the API for very fast access. Also provides fast API File I/O, file searching, _ALL_ special folders without slow late bound objects or unnecessary dependencies, and much, much more. All code here was written by me, and free for you to use in any way you find beneficial. As always, I ask only for bug reports and ideas on improvement.
This code replaces XP find, and also provides functionality for creating compressed and/or encrypted composite files. It supports all conceivable search options, with the exception of searching inside of zip files. You may use my code(parts of this code are not mine) in any way you like, commercial or otherwise I don't care. I don't need votes/comments, but I would appreciate any and all bug reports or ideas on improving effeciency.
Browse For Folder, now work in all version of windows 98/ME/2000/XP
This program adds line numbers to your VB code. I teach VB programming and needed a way to reference the code by a line number for creating quizzes.
I've made a tiny dato field control. It has a textbox and a little button next to it. The little button pops up a calendar, so you can pick your date with the mouse. It works fine. But it's a little annoying that I have to show the popup form before I can move it. It gives a little flicker that way. It would be great if anyone could solve this.
This will show you how to control any element of any form.