Advertisement

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

5_2007-2008 #189345
uSc_AVI_Info

[1.1] This project read informatons from an AVI file. It reads codec info, length, resolution, fps, bps........... even file tags!

5_2007-2008 #189348
ImageComboBox Control in C#

ImageComboBox is an extension of the Standard Windows ComboBox Control, with support for displaying icons or images along with the item text. It ca display icons/images in all three dropdownstyles of the combobox. If you take a look at the Windows Interface, you can see the Windows Explorer, Internet Explorer, File Open/Save/Print Dialog's, all using a combobox which can show icons and different levels of Indentation. This ImageComboBox supports multiple levels of Indentation for individual items. Indenting individual items enhances visual representation by grouping items and showing hierarchical relationships. The individual items can have their own font and size specified, when the DrawMode is set to OwnerDrawVariable.

5_2007-2008 #189394
__When VB OOP meets Unix_____ Doing textfiles with a fine class!

This carefully designed VB CLASS encapsulates the following UNIX shell commands: CAT, HEAD, TAIL, >> (Append) and some more like GetUniqueTempFileName. With properties like FILTER (grep), CancelParsing, IgnoreLinesWith, LinesToHandle and some more handling of text files is easy and fast implemented into your current project. ____ A detailed example for every command is included. Error handling is fully implemented, comments are included and code is fine structured. If you are interested in "things behind": Have a closer look to the ring buffer technik used in TAIL() to save memory. btw: We DON'T load the whole file into memory, so even VERY large files can be handled (e.g. catch the last 50 lines from a 2 GByte logfile without any problems ;) ...) _______ Constructive comments are welcome - votes are motivating ;) ! ______ Regards__Light Templer_______________________________________________UPDATE 1 - Fixed the problem with empty 'IgnoreLinesWith' Update 2 - The check for missing path/filename was against the wrong var.

5_2007-2008 #189421
ZIP-it : COM->less ZIP Compression

Zip-it is an example program that uses JAVA Class to compress multiple files into ZIP file. Zip file created is compatible with ZIP format and can be opened by WINZIP , WINRar etc. Program does not shell out in order to compress the files instead Java Class object reference is created inside VB program. Only compress function is supported right now.. but if there is demand for it I can write de-compress code as well. Enjoy! >>Please Comment and/or Vote.. Thanks

5_2007-2008 #189467
Auto-Complete Input Dropdown

Creates an HTML Input box with an auto-complete menu below it. Look at the screenshot and/or demo.

5_2007-2008 #189631
Self Extract EXE

Did you ever want a self-extract exe? This program creates self extract exes. you can pack into one exe many files, at any size, and when you run the exe, the exe will extract the files.

5_2007-2008 #189645
Property Bag Explained (Examples)

Explains to you what a property bag does, can be used for, how to use it and has examples included. Great for creating an archive, you own DLL files, customizing compiled EXE files and much more.

5_2007-2008 #189655
Archive Compression/Decompression Control (included subfolders)

This is a control i wrote that contains all functions for a good archive and compression program. I did not create am example program yet but i did include a a fw test functions that will show you how it creats an arhive from a folder and subfolers and how to extract all files form that archive as well as a single file. Each function included the option for compression/decompression. I am currently working on a program that will demonstraight how to use each function to their best ability. i figures i would post the control so you people can play around with it.

5_2007-2008 #189694
Get All Files Located In Directory With Very Easy Way Including SubFolders

Hi All .. That's My First Upload To Planet . This Code Will Get All Files Located In Directory Including SubFolders .. It's Very Easy , Fast Way Without any APIS .. Just Copy The Function To Your Program and Use It .. That's an Example Program That Show's You How To Use Function .. Please Please , Send Me You Comments To My E-mail : la3toot@hotmail.com ; la3toot@yahoo.com .

5_2007-2008 #189697
draganddropexample

simple project to show how to drag a small textfile from windows explorer(or desktop) and drop it into a textbox and display the contents of the file and the filename(not displaying the full path)

5_2007-2008 #189753
ScanPath (demo of cScanPath Class)

Fast API based file finder. Class scans a path (with Attributes, Mask, Date, Size filter properties) and returns the files & folders by raising events. Optionally scan nested sub-folders and sort results. Created to make File Utility creation very rapid. Hope it may be useful as example of API file handling and WithEvents. I welcome feedback!

5_2007-2008 #189758
ScanPath 2.0.1 (13 Feb 06)

Fast API based file/folder scanner. Single File solution with no dependencies to add file processing to any Utility Project in single step. Scans a path (applying optional Attribute, Mask, Date and Size filters + multiple file extensions and simple pattern matching). Can also optionally scan nested sub-folders and/or sort results. Returns the files & folders by raising events. I originally created this a few years ago when I was creating many File Utilities. Hope it may be useful as example of API file handling and WithEvents. I welcome feedback (votes always appreciated)! UPDATE: Fixed a resource leak and simplified the use of extended file details.

5_2007-2008 #189791
drag & drop (custom cursors)

Show how to use custom cursors in drag and drop. Create cursors from the dragged data - an image of dragged text or thumbnail of a dragged image. Seperate cursors for copy/move and no drop allowed.

5_2007-2008 #189798
Config File Class

This is a class that will save settings to a text file. You only have to give it a description and a value and it does the rest.

5_2007-2008 #189872
DropDown Button Drive Control

Updated code as suggested see comments section.(12/8/04) The next generation of Drive Control. Now offers standard main button that you control as a regular button, Still has drive ready on hover, use only the space that a regular button would use and has resizable button features. This version allows the 4 standard flatstyles of a regular button including the system flatstyle for those of you who use Xp Style. The drop down drive control automatically closes in 10 seconds, when a drive or the close drive buttons are selected. I would like to take a moment to thank those of you who took the time to vote and make suggestions on the first ButtonBar control which inspired me to take the control to a higher level. This control was made by Myself and John Harald Apeland as co-programmer. Enjoy the control, votes and or suggestions for improvements are always welcome.

5_2007-2008 #189873
DriveBar

Replace the drive combobox with a button bar control. Has green drive ready indicator or red not ready when mouse hovers drive button. Also on hover it displays drive info. Added the ability to rotate the bar control. This is accomplished by clicking the control on the form and open the properties window under appearances there is an option for vertical when true this sets the bar vertically on the form. the screenshot shows the DriveBar both ways. Please vote if you like this control. Special thanks to John Herald for the advice on the control. You probably will have to add a reference to Microsoft Scripting Runtime Libray which is located on the reference Com Tab as listed above. Then build the program before trying it.

5_2007-2008 #189874
Image and Text Layering

Updated an old Microsoft control. I added several new items to the control. This control will allow layering of text and images as well as rotation and object movement. You can save the layers as an object and later go back and re edit any object just like jasc paintshop pro. Please comments suggestion and or votes are always appreciated. :.)

5_2007-2008 #189911
Creates a relative path from one file or folder to another.

Creates a relative path from one file or folder to another.

5_2007-2008 #189912
Recursive Get ALL files from a Folder and its Subfolders and its Subfolder Subfolders etc.

Recursive Get ALL files from a Folder and its Subfolders and its Subfolder Subfolders etc.

5_2007-2008 #189930
Read / Write Combo Boxs

This code will let you read in values from a file of your choice, probably a .ini or .txt into a combobox. It will also let you save the contents of the combobox to a file of your choice. Example: Call WriteCombo(combo1, "C:/example.ini") or Call ReadCombo(combo1, "C:/example.ini")

Languages
Top Categories
Global Discovery