Results for "Category: Files/ File Controls/ Input/ Output"
This UserControl is a ComboBox control that has its dropdown window replaced with a TreeView control. Handling the mouse, the keyboard and the focusing was a bit tricky and the control is not 100% perfect but it works just fine. Two issues are unresolved, but they were not important to me: firstly, since the TreeView is a child control it cannot be drawn outside the form; and secondly, a ComboBox.CloseUp call must be placed on the Form.Click event since the control does not monitor its own parent. For diligent people it should be relatively easy to adjust this control to their own needs, and even to replace the TreeView control with something else and build other types of specialized ComboBoxes.
It sets the Attributes for any file. including hidden read only and archive.
Sort ListView on ColumnClick (Implements IComparer). Handles different data types (Text/Numeric/Date) and CultureInfo settings.
*** UPDATED AND IMPROVED *** This will cut a large file into smaller pieces. For example if you have a 4MB email attachment limit, and you want to send a 40MB file, you can use this program to split the file into 10 pieces of 4MB each. It also generates a batch file to reconnect the seperate pieces.
The code removes all files from the specified folder and all the files from the subfolders of the specified folder.
Retrieves and set's a Link File's(.lnk) attributes(Target, Directory, Description, Icon Path, Icon Index, .ect..). This project was requested by Lawrence.
Want to waste less time looking for your programs in the star menu then use this program just select the program and click execute, no more looking in all your star menu you can also add . exe .lnk and alot more extensions even mp3s so you can have your favorite song with just the touch of a button. there is only one requierement that you vote for me.Thank you more to come but please vote.
This program will load a VB form and allow you to change the name of the controls and all refrences to the control in the body. You can then save the form after editing. Shows the use of ListView.
From any Exe,ocx,dll...etc which contain that information...
How to upgrade Standard Open / Save Dialog with new text and Picture...
This small program shows how to Show & Hide forms. Also how to work with model forms using showdialog method.
This code is helpful if you want to load a form by passing its name as parameter. rating is expected ;-)
A custom control Progress bar based on panel class, very simple and small. This code is based on Jim Gardiner control progress bar, thanks to him. I made some modification and come out with very short and simple code.
In HTML and ASP programming, the form element (i.e., ) features the Action property that programmers use to redirect to another URL after clicking. In ASP.NET, server-side forms are rendered using a class named HtmlForm under System.Web.UI.HtmlControls Namespace. This class doesn't provide the familiar Action property, nor does it supply an alternative property to perform the similar functionality. As a result, the single form interface model is so deep-rooted in ASP.NET that there's no way around it.. This article is concentrating on the aspects of providing the Action property to Server-side form object based on very own HtmlForm class itself which further can be extended to adopt multiple-form interface
A Server-Side VBScript Class that has methods to Build a menu from a database, a file, manually or a combination of the three. See ReadMe.txt - UPDATES: New properties and methods (10/2); New properties (10/4); New Method (10/5)
This code shows how to easily and quickly create a menu on a non-mfc window using winapi. I this code is versatile, and extremely useful as I for one hate resources. This example deals with making a "file --> exit" menu. The methods used in making this apply to all menus.
This is code will help to copy, move, delete files within VB Project without using Explorer and just defining the locations of source and target files. Kindly make reference to Microsoft Scripting Runtime (scrrun.dll). This code will greatly help in adding Backup and Restore routiens in simple manners.
This is ONE LINE OF CODE replacement for the VB 6.0 App.Path.You don't need now the App.Name , because these gives you tje full path + the exe name. Just see this simple line of code...
It is the same as the Common Dialog Control,when you use it for openning/saving files,but it is working with directories not with files.This is my first code on PSC.Pls send some feedback!
Creates Virtual HDDs , BUT now it automatically converts the LongPath to ShortPath , so it is great for newbies.The *.zip file includes a very nice sample and the ocx.Vote if you want...