Results for "Category: Files/ File Controls/ Input/ Output"
This example will create simple context menus without using contextmenu control.
Use this class to display the browse for folder dialog box. Browse for a specific kind of object (Folders, Printers, Computers, etc). Implementation of the FolderNameEditor class, FolderBrowser class, FolderBrowserStyles enum and FolderBrowserFolder enum.
[Updated 2005/11/14] This code will create a tab control similar to what you would expect from a Windows application. It allows you to organise your page or pages into tabs and for the user to select the tab to show the information neatly. Otherwise you are limited to having a very long page or separate pages which you need to build a nice navigation control (like this one). By copying 1 folder of files to your site and adding a few lines of code to your page, you can have this control up and running in no time. The result is a professional looking, and familiar Windows style tabbed interface. You can also optionally add icons to each tab and set many interface settings. Includes extensive demos and help file. Tested under IE, Mozilla and Firefox.
Do you need to enter image paths into a form? Using images in a web application? Or just need a tool to see which images you have on the server? Well here's a tool that can help you! This tool is similar to the Select Image Source of Dreamweaver or Browse for Image of other applications. It gives you a Windows Explorer-type interface to browse, preview and then select images. There are scripts that allow you to list all the images in a folder. Using JavaScript, this script allows you to select an image and update a form field. Features: - Windows Explorer-type Interface - File Explorer - browse directories - Preview Images before selecting - Support for GIF, PNG, JPG, and JPEG formats - Returns filename with website root path - Full Commented with documentation
If you would prefer not to fool around with the Windows Registry, you can save a user's options in a random access file instead. Random access files are fast (much faster than database files) and allow you to organize the user uptions as database-like records that may be accessed separately from one another. You can overwrite a single record without affecting or even needing to read the others. This code also shows how to give the user a right-click option to change the size of or hide the toolbar. Finally, it shows an optional splash screen. If your users hate splash screens (most do), but your graphic artist insists that you include one, give the user the option of shutting it off. Note: You need the icons included in this zip file for this code to run right.
A very COOL color pick dialog with a color dropper like Photoshop and Frontpage XP
A pure ASP method to generate dynamic images, without any components and very fast indeed. This example prevents automatic form submission by robots. If your web site is being overwhelmed with spam, automatic registrations or automatic forum submissions etc. then this script can solve this problem by inserting pictures in your HTML form that only a human can recognize. Download to read full article...
This is version 2 of my directory sizer. This has been brought on by the comments left for the previous submission. Its idea is simple but is useful where by it lists sizes of directories in a Treeview. In this version I fixed a little bug with duplicate keys and have also made the directories sorted by space used.
Suffering with the problem of lack of disk space I knew there must be a directory on my hard disk that contained a lot of information, this is why I wrote this application. Its simple in what it does but can provide useful information about your hard disk space. It allows you to select a drive and then by using a tree control lets you navigate through it displaying hard disk usage for each folder it sees..
Subclassing the .NET Treeview, Listbox and Combobox controls - Here are two completly functional sample Visual Basic .NET projects which demonstrate the rather simple but extremely powerful technique of subclassing the TreeView, ComboBox, or ListBox, such that you can store additional custom information behind (or inside) each individual Tree Node, Listbox Item or Combobox Item as you desire. There is no logical limit to the amount of additional information which can be stored alongside each individual node or item.
This code shows how to insert Combobox ,Link Button, DateTimePicker and Button in Datagrid.The code also shows how to save data from the dataGrid to database.
Monitor all your disks activity. ---- One double bargraph - Read/Write - for each local disk -- hideable - Autostartable with Windows session -- I've use (and corrected) the excellent source from Ed Wilk (links inside code) to generate the icone image from calculated bitmap. -- Sorry, all comments are written in french, but variable names are english
This code is simply sorting lines in a text file alphabetically using a listbox control. This could be good for sorting wordlists, names, adresses.. etc.
Record Mouse Movement and Clicks (Mouse Actions) and Save it to File. You can load the Files and Playback it! please vote! thx!
a StringExtractor - Extracts Strings from binary Files. StringExtractor =============== Author: CodeXP Contact: CodeXP@Lycos.de Description: This App extracts Strings from binary files (like .EXE). You can search certain Strings that were found in binary file. (for example you can search some cheats in a game file, for what I also wrote it. Actually for own use :) How to use: drag'n'drop a file, that you would search for Strings, on the StringExtractor EXEcutable
Simple Function designed to upload single/multiple files from VB using just Inet control, Label and the Function.
Its amazing .... I was getting facinated by the textbox search provided by third party components in ASP.NET, so I deceided to build a one in ASP. My code helps in searching a particular field & the textbox gives results as you type the keywords in the same .... I have used iframes so it will not work in Netscape ... will try to overcome the same
I programmed this little thing to generate an input text field including two buttons to increase and decrease the value of that field. Just include this file and generate the spinner. Updates are welcome!
An easy way to handle INI files by using API. Ini files can be useful when you need to save and load data to and from a file. I tend to use them to save user preferences but can be used for many other things as well. The main advantage over the registry is that you can modify them easily by using a text editor such as notepad. Enjoy :)
This one saves/reads some small headers in biary format to a file, e.g. to save some extra-data to an executable (such as almost any server-builder works!)