| AnimatedIcon Control |
| The Code Project |
| AnimatedIcon Control plays an animation as a sequence of images stored in the ImageList. The article demonstrates how to show an animated icon on the StatusBar. |
|
| BUG: You cannot use the ImageList property to add images whose size is 32x32 |
| http://www.kbalertz.com/ |
| (834532) - Describes a limitation on ImageSize properties. If you set the ImageSize property of an ImageList component to 32x32, you cannot later add images that are 32x32 to the ImageList component. |
|
| BUG: You Receive a "System.Runtime.InteropServices.COMException" Message When You Bind an ImageList ActiveX Control to a CoolBar ActiveX Control |
| http://www.kbalertz.com/ |
| (820627) - In Microsoft Visual Studio .NET, when you set the ImageList property of the CoolBar ActiveX control to the ImageList ActiveX control, and then you run the application, you receive the following exception: An unhandled exception of type... |
|
| ComboBox With Images |
| C# Help |
| There is no built in support for a ComboBox with images. So i created a simple ComboBoxEx class that derives from ComboBox and allows you to set the ComboBoxEx.ImageList property and ComboBoxExItem.ImageIndex property so that the ComboBox displays an image. |
|
| Design Patterns Implementation in a Storage Explorer Application |
| The Code Project |
| A design patterns approach for designing and explaining a Storage Explorer application. The application is used to explore file composition in a computer storage. |
|
| Differences Between Visual Basic 6.0 and .NET Controls |
| MSDN |
| This document outlines the standard controls in Microsoft Visual Basic 6.0 and the equivalent Microsoft .NET controls. |
|
| Directory Picker in C# |
| C# Corner |
| This article illustrates the use of a treeview in a directory tree user control. You can use this control to visually select files or directories from any file structure on your computer system. |
|
| Drag And Drop in System.Windows.Forms.ListView |
| C# Help |
| Drag and Drop operations in windows can be achieved using 3 simple events:.DragEnter, DragLeave, DragDrop. The example provided in this articles show you 2 listview items and dragging and dropping the items from one list to the other.
|
|
| DriveComboBox |
| The Code Project |
| Ownerdrawn ComboBox that dispays all logical drives with appropriate icon, volume name and drive letter. |
|
| Enhanced BrowseForFolder styled TreeView |
| The Code Project |
| Supports Explorer, SingleChecked and RecursiveChecked mode (checkboxes). Lets you specify the displayed drive types etc... |
|
| Full-featured XP Style Collapsible Panel |
| The Code Project |
| Source and demo application for a full-featured XP style collapsible panel |
|
| How to capture image and print the MSChart |
| The Code Project |
| How to capture image and print the MSChart |
|
| Image ComboBox |
| GotDotNet |
| This sample extends the normal WinForms ComboBox to support drawing an image with each item in the item list. You provide an ImageList of all of the images to use, and add new ImageComboBoxItems to the ImageComboBox. |
|
| Images on XP-Style Buttons |
| The Code Project |
| A .NET Windows Forms Button using Visual Styles on Windows XP that can display an image |
|
| Many in one: ImageButton + MultiSelect TabControl with Drag&Drop and Button's face paint extender |
| The Code Project |
| Small Windows.Forms Controls Library (ImageButton,MultiSelect TabPage Control with Drag&Drop support) |
|
| MenuItem Extender - add images and font support to your menu. |
| The Code Project |
| An extender provider component that provides Image and Font properties to a MenuItem class. |
|
| Office 2003 Menus |
| The Code Project |
| A component to change the look of the menus to that of Office 2003 |
|
| PRB: Cannot Assign Images to a ColumnHeader Control in a Windows Forms ListView Control (Q314933) |
| http://www.kbalertz.com/ |
| When you attempt to assign images to a |
|
| PRB: Cannot Assign Images to a ColumnHeader Control in a Windows Forms ListView Control (Q314933) |
| Microsoft Support |
| When you attempt to assign images to a |
|
| PRB: Cannot Assign Images to a ColumnHeader Control in a Windows Forms ListView Control Using Visual Basic .NET (Q316202) |
| http://www.kbalertz.com/ |
| When you attempt to assign images to a |
|
| PRB: Error When You Access .resources File of the Form at Run Time |
| http://www.kbalertz.com/ |
| (318603) - When you are running your Visual Basic .NET, Visual C# .NET, or Visual J# .NET Windows application, you may receive the following error message or a similar one when you load a form: An unhandled exception of type... |
|
| PRB: Error When You Access .resources File of the Form at Run Time |
| Microsoft Support |
| (318603) - When you are running your Visual Basic .NET, Visual C# .NET, or Visual J# .NET Windows application, you may receive the following error message or a similar one when you load a form: An unhandled exception of type... |
|
| Report Builder |
| The Code Project |
| Article on a simple report builder |
|
| Resource Editor for .NET 1.4 |
| GotDotNet |
| A utility to easily refresh embedded graphic resources in a .NET assembly. Support .resX and .resources files Support ImageList/Bmp/Icon/String...etc. all resource type. Support imagelist pictures and image type file import/export. |
|
| System.Windows.Forms.ImageList Control Sample |
| GotDotNet |
|
|