Results for "Category: Files/ File Controls/ Input/ Output"
MSCOMM that is a component with VB has a very GREAT problem and that is it can't send Binary files (MDB,ZIP,EXE,COM,...). It can send but with problems. Here is a FREE purpose.
This code is a grid using pure ASP. Its useful when you need to have a page where rows need to be dynamically generated. You can also delete rows that you do not need. I have not used any third-party components nor any VB controls. Also no session variables have been used. Clicking on "Add row" will add a new row to the grid and to remove a row(s) check the corresponing checkbox and click "Remove". Hope this bit of code is useful. Regards Putcha Satishkumar
This menu like menus on Microsoft sites. I have make this menu and copy from paste from script I found on site like this :-) I am from Sweden, sorry i am bad to write english :-) I have none admin scrip to this menu, please help me to do a good admin scrip!! mail me please! /Tommy
Getting bored of the Windows ComboBox ??? Have scenarios in which you want to show multiple columns[Virtually Unlimited !!!] in the DropDown. Want the Columns to have Headers to specify their meanings ??? Want the user to dynamically switch the Look and feel of the Control and the Columns to de displayed ??? Then this control is for you. It's written in C# from scratch by extending the Windows ComboBox. I Started this project when I was in need of displaying extra information to the user without spending extra number of controls. This ComboBox is inspired from MTG's Flat MultiColumn comboBox[url to code included in the Inspirations Design Time Menu Command]. Please give your 2 minutes to vote it. I know your time is very very precious but think of my hours of Effort to make this control. I had taken very sharp eye to make it as much Object Oriented as possible. The coding conventions are consistent throughout the project plus the comments and the updates are also mentioned in uniform way. You will find a lot from this project other than the Control itself. Please Vote!
Have you ever worked with ASP.Net SummaryControl that ships with Microsoft ??? It has very odd interface and looks missfit in many scenarios. This control is the extended version of SummaryControl that provides some customization plus it doesnt require any addtional effort to let it integrated to Microsoft's Client Side Validation Framework 1.x Please See the Screen shot and decide yourself whether to vote or not! Do read the ReadeMe.txt file that will show how to make this control work!
This controls is the recoded enhanced version of my initial Multi Column Combo box contains several bug fixes and code improvements. This is good replacement to traditional combo box for Windows Applications
send email. Feell free to give comments. Please vote for me thanks
This control is just like the default textbox control except that it provides the additional properties that restrict the user to enter all types of text. You can restrict the user to enter only numeric characters, alphabets or alpha numeric characters. Yu can also enable/disable space character. Plus you can also specify a custom format, so that user only fills in that specified format. Read the attached ReadMe.txt for details.
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!