Advertisement

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

ASP_Volume2 #43948
Information Bar Control

This is my first try at creating windows controls. It is an Information bar (Similar to the one used on IE in the new Windows XP SP2). This is a new way, that Microsoft seems to be trying, of showing messages to the user that is not as intrusive as the me message box. Code improvements are welcome. Please leave any options, comments, suggestions rant, etc. ------------------------------------------------ Update: I added support for animation and automatic close out thru the use of properties and custom Showing and Hiding methods.

ASP_Volume2 #43949
How to create context menus without using contextmenu control

This example will create simple context menus without using contextmenu control.

ASP_Volume2 #43950
A Folder Browser (Browse for folders, computers, printers, files, etc)

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.

ASP_Volume2 #43957
Subclassing Samples

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.

ASP_Volume2 #43978
Shape Control (Similar to VB 6 Shape Control) Solid & Gradient Fills!

UserControl/Custom Control Similar to VB 6's Shape Control...4 different shapes to add to your projects. Add solid or gradient fill.

ASP_Volume2 #43986
Boot Tab Control

Boot Tab Control is a good looking Windows Control. It has many functions. First you can change colors of the control or control drawing mode. Both Linear Gradient and Solid modes are supported. You can also change the Colors which used by the control for drawing. Also you can set UserDraw to true for drawing tabs by your self. Boot Tab Control supports three selected tab changing. These are Fade, Slide and Normal. These affects will be applied while selected tab is changing. You can also change the TabsLaout. Bottom and Top Layouts are supported. The others (Left, Right) are not supported. Free to use. Have fun ...

ASP_Volume2 #43993
Icon control for .NET

A .NET icon control that behaves similarly to a Windows Desktop icon. The icon can be dragged around its container at runtime.

ASP_Volume2 #43999
C# Indexed Controls

Lots of people still not using the very powerful feature on Indexed controls (or control array) of .net frame work. Which was very frequently used by vb6 people |-) In .net even it’s possible to put different type of controls together. To understand it more closely please have a look to my C-Sharp sample. I hope it would be quite easy to understand and simple to implement.. Using this you will really fill the more power in your code. Looking forward for your experts inputs for the improvements Thanks! My last Article on Control Array with VB.Net is also available here http://www.planetsourcecode.com/vb/scripts/ShowCode.asp?txtCodeId=1303&lngWId=10

ASP_Volume2 #44077
Browse For Folder

A class to display the new style Browse For Folder Dialog with events. The Class includes an option to use the new style dialog (resizable, make new folder, etc), an option to display an edit box in the dialog, an Event that fires when a file/directory is selected (before it's ok'd), the ability to enable/disable the OK button (based on selection), the ability to change the dialog message after the dialog is displayed, ie: on selection of a new file/directory. (Thanks to Chris Merrill for uploading the code upon which this class is based.)

ASP_Volume2 #44081
Cool Owner Drawn Menus

This contains a module call coolmenus with this it alows you to draw menus in stead of using the boring windows one with one line of code to measure and one line of code to draw and is very easily customizable

ASP_Volume2 #44082
Moving Borderless Forms Without Windows API

This an easy way to move a windows form without a border. It does now use the windows API very easy to understand code is very short. Simply click down on the form and move the mouse. the form will move with the mouse alot easier to use instead of the windows API

ASP_Volume2 #44084
DataGrid

A simple example of a Datagrid that dynamicly places a "Month control on column 0" and "Combobox on cloumn 2" when you click on the cell. Use this same code to add any control to the grid. Hope this can be helpful.

ASP_Volume2 #44086
Detect mouse click on winform titlebar

Left mouse click on a winform titlebar to set the forms opacity to 50% while dragging the form, release the mouse to set the form opacity back to 100%.

ASP_Volume2 #44096
Directory Browser in VB.NET

This assembly uses the TreeView control to present a powerful alternative to the old VB6 dirList and driveList controls. Code was taken from the MS web site; it took me ages to find this and thought you might find it as useful as I did.

ASP_Volume2 #44102
DatoField

I've made a tiny dato field control. It has a textbox and a little button next to it. The little button pops up a calendar, so you can pick your date with the mouse. It works fine. But it's a little annoying that I have to show the popup form before I can move it. It gives a little flicker that way. It would be great if anyone could solve this.

ASP_Volume2 #44104
Easy way to manipulate your forms

This will show you how to control any element of any form.

ASP_Volume2 #44109
Context Menu Example

This code is just an example of how to use context menus in Windows Forms, using VB.NET. Hope this helps...

ASP_Volume2 #44115
FORM RESIZE

resize all the controls proportionaly with the resize of the form

ASP_Volume2 #44120
Move a Fom/Control ONLY using the MouseMove Event, Nothing Else!

Ive, done it, hehhee

ASP_Volume2 #44212
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.

Languages
Top Categories
Global Discovery