Advertisement

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

6_2008-2009 #205402
TreeView Interface (Drag and Drop; Add, Rename, and Delete Nodes; Save Tree to Database) (Updated)

The following program is an example of a Treeview interface. The example demonstrates how to program drag and drop; add, delete, and rename nodes; saving a tree to a database; and restoring a tree from a database. When you first run the program, you will be presented with a form that will ask you to locate or use a database file. You must use "TreeViewEx.mdb", which is included with the project. You may have to navigate to locate this file. This update corrects two unhandled exceptions (one occurring when attempting to delete the direct child of a root node). The program also demonstrates how to separate data services into its own class. Please see the text file included with the solution for a complete list of functions. There are some pretty nifty ones. Please feel free to e-mail me if you have any questions (mthorogood@mwe.com). Enjoy.

6_2008-2009 #205424
Compare Files in Different Folders

Rev 8-1-2001. Have you ever had to compare files in two different folders? Mostlikely, you used paper and pencil. This VB snippet shows the contents of 2 folders and flags files with different date or file size. My graphic design is not the best and yes it would be nice to navigate to you folder (now you enter path). For the first step (3+2 hrs work), I think it will do.

6_2008-2009 #205433
ZEO Paint

!!!Please Leave Comments!!! This Prog is a painting program able to draw lines, free-hand, point to point to point, circles, rectangles, triangles, erase free-hand, selected areas, saves and loads pics, floodfill objects, create custom colors, save colors.

6_2008-2009 #205434
___*Calculate Pi*___

Calculate Pi. This will only let you go to 32763 decimal places. ************************************************* If anyone nows any API for larger math please leave comment about it. *************************************************

6_2008-2009 #205435
__** Learn Anything About VB **__

Learn anything you want about Visual Basic.

6_2008-2009 #205458
Get file size up to a terabyte

Returns the file size of the file name passed in the format the user specifies

6_2008-2009 #205545
edit

a little word processor. it can open, save files, print, also shows how to copy, cut, and paste using api

6_2008-2009 #205552
Message Center v1.01

This is a message umm center hehe, Let your users send messages to other uses, NOT a CHAT it is more of an email client but sends them to other members your site, This version is very basic and will need to be modified in order to work properly, view the readme.txt file for more info. The next version will be great, I figured gotta have a simple basic one for the first version and then come out with a better more advanced version next time around right? yeah ok.. View it here http://65.4.131.57/Justin/messageCenter/Script/message_center.asp

6_2008-2009 #205555
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.

6_2008-2009 #205561
Attributes

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

6_2008-2009 #205601
ListViewItemSorter

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

6_2008-2009 #205608
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.

6_2008-2009 #205614
Clear Down Folder Structure

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

6_2008-2009 #205630
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.

6_2008-2009 #205634
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.

6_2008-2009 #205640
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.

6_2008-2009 #205654
Retrieve Additional File information

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

6_2008-2009 #205670
Upgraded Open/Save DLG

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

6_2008-2009 #205741
Working with Forms

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

6_2008-2009 #205742
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 ;-)

Languages
Top Categories
Global Discovery