NetXP Component Suite
Computer Browser Form
This form facilitates the common task of browsing for computers on the local
area network.
Example

Flags Editor
This type editor provides property grid editing support for flag enumerations.
When used with an enumeration having the Flags attribute, this editor allows
the user to select (using checkmarks) the flags to apply.
Example

Image Store
This ingenious component acts as a store for an image file. You can add it to
your form or control and store an image resource inside it (which will be saved
into the RESX), rather than having to embed that image file into your project
file. This is also useful if you don't wish to use an image list. An image list
will not preserve alpha-channel transparency, whereas this component will
preserve the exact bits of the image you specify.
Extended Notify Icon
This component provides enhanced notify icon functionality not available in the
standard Windows Forms NotifyIcon component. For instance, it allows you to
display balloon tips from the system tray.
Example

MSN-Style Taskbar Notifier
This component allows you to display MSN-style skinned popup notifications.
Example

High Resolution Timer
This class provides some methods for high-resolution timing using performance
counters.
Menu Item Image Extender
This component extends all Windows Forms menu items, adding an Image property.
This allows you to assign an image to any standard menu item, by simply adding
this component to your form.
Example

Status Message Extender
This extender allows you to specify messages for command bar items, at design
time, to be shown on a status bar control when the command bar item is selected
at runtime.
|