Advertisement

Results for "Category: Files/ File Controls/ Input/ Output"

5_2007-2008 #183037
A ComboBox control with a TreeView

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.

5_2007-2008 #183043
Attributes

It sets the Attributes for any file. including hidden read only and archive.

5_2007-2008 #183083
ListViewItemSorter

Sort ListView on ColumnClick (Implements IComparer). Handles different data types (Text/Numeric/Date) and CultureInfo settings.

5_2007-2008 #183090
A File Splitter - Updated

*** 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.

5_2007-2008 #183096
Clear Down Folder Structure

The code removes all files from the specified folder and all the files from the subfolders of the specified folder.

5_2007-2008 #183112
Link File Properties (Set, Retrieve)

Retrieves and set's a Link File's(.lnk) attributes(Target, Directory, Description, Icon Path, Icon Index, .ect..). This project was requested by Lawrence.

5_2007-2008 #183116
The Command Box

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.

5_2007-2008 #183122
Rename Controls

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.

5_2007-2008 #183136
Retrieve Additional File information

From any Exe,ocx,dll...etc which contain that information...

5_2007-2008 #183152
Upgraded Open/Save DLG

How to upgrade Standard Open / Save Dialog with new text and Picture...

5_2007-2008 #183223
Working with Forms

This small program shows how to Show & Hide forms. Also how to work with model forms using showdialog method.

5_2007-2008 #183224
A simple line of code to load a form using its name.

This code is helpful if you want to load a form by passing its name as parameter. rating is expected ;-)

5_2007-2008 #183275
Custom Progress Bar

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.

5_2007-2008 #183333
Go Beyond the limitations of ASP.NET Form

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

5_2007-2008 #183366
Select Menu Builder Class

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)

5_2007-2008 #183471
Making a menu using winapi non-mfc

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.

5_2007-2008 #183472
Copy, Move & Delete Files withinVB Project

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.

5_2007-2008 #183480
App.Path in Visual Basic.Net ---------->ONE LINE OF CODE

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...

5_2007-2008 #183481
DirBox Sample

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!

5_2007-2008 #183482
OCX >Virtual Hard Drive< OCX

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...

Languages
Top Categories
Global Discovery