System.Drawing.Icon Class
Information   Base Types   Related Resources

Represents a Windows icon, which is a small bitmap image used to represent an object. Icons can be thought of as transparent bitmaps, although their size is determined by the system.

  • Namespace: System.Drawing
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.0.3705
  • Assembly: System.Drawing.dll

  • System.MarshalByRefObject
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (13)Discussions (206)MembersRotorChanges
    Articles

    Page: 1
    A C# Grep Application
    The Code Project
    Presenting a small C# Application which is providing a Grep like functionality under .NET.
    Access multiple icons in a single icon file
    The Code Project
    A class to help you access the images in an ICO file
    BUG: The Icon That Is Displayed on the Control Loses the Alpha Channel When You Set the Image Property of a Microsoft Windows Form Control to a 32-Bit Alpha-Blended Icon
    http://www.kbalertz.com/
    (822488) - When you set the Image property of a Microsoft Windows Form (Winform) control to a 32-bit alpha-blended icon, the icon that is displayed on the control loses the alpha channel. The transparent regions of the icon are rendered as solid. This behavior...
    Can We Talk?
    DotNetJunkies
    Web interfaces do not always give us the robust functionality we require. In this first article in a series we'll create a <B>Web Service</B> that will provide corporate task information and a Windows <b>System Tray</b> based Application that will consume it. Part 2 will expand on our simple model to include a Task database and an XML schema to better describe our tasks. Part 3 will provide us with two-way communication, allowing our System Tray application to replace the
    Creating a custom DataGridColumnStyle in C#
    C#Today
    The .NET framework provides many unique controls like the DataGrid, which is a data bound list control that displays the items from a data source in a table. The DataGrid is the most powerful and flexible control in the .NET toolbox. In this article, Chad DePue takes a look at one aspect of the DataGrids flexibility, by creating a custom column. The DataGrid provides two types of columns for free, the DataGridTextBoxColumn and the DataGridBoolColumn, but there are many types of data that wont fit into either of these two column types. In the example given, we want to search a directory for icon (.ICO) files and display each icon as a row in the DataGrid. Neither of the existing column styles will do this for us, so we create our own.
    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.
    HOWTO: Combine Managed and Unmanaged Projects into a Single Visual Studio Solution
    The Code Project
    This article describes how to combine managed and unmanaged projects into a single Visual Studio .NET solution.
    Owner Draw Combo Box
    C# Help
    In the case where visual part of the control needs to be handled from your program, you can achieve this by using the OwnerDraw property of the control.
    Sticky Notepad
    Master C#
    I am a Java programmer and hence I wanted to experiment with writing a program that would run from the "System Tray" of Windows (that's where you have the date displayed) since that's not possible with pure Java.
    Time Ticker 2
    C# Corner
    Visual Matrix
    C# Corner
    Wonders of Windows Forms: Extending Windows Forms with a Custom Validation Component Library, Part 2
    MSDN
    Michael Weinhardt continues his series on custom validation and examines form-wide validation using the FormValidator component.
    Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com