Search Forum
(57415 Postings)
Search Site/Articles

Archived Articles
712 Articles

C# Books
C# Consultants
What Is C#?
Download Compiler
Code Archive
Archived Articles
Advertise
Contribute
C# Jobs
Beginners Tutorial
C# Contractors
C# Consulting
Links
C# Manual
Contact Us
Legal

GoDiagram for .NET from Northwoods Software www.nwoods.com


              
Printable Version

Rich UI Components
By Sajith M

This is an update to "Visual Studio .NET Style Menu"
(http://www.csharphelp.com/archives/archive202.html)

Download RichUI.zip

Since this is no longer limited to a MenuItem component, I feel that the old name isn't right any longer. Description:
Currently only two UI items are available - MenuItem and StatusBar

- MenuItem
Use RichMenuItem instaed of MenuItem. The constructors, properties and methods are similar to MenuItem, with a few added constructors.

- StatusBar
Use RichStatusBar and RichStatusBarPanel instead of StatusBar and StatusBarPanel respectivily. The constructors, properties and methods of RichStatusBar and RichStatusBarPanel are similar to those of StatusBar and StatusBarPanel respectivily.

More components will be added.

- In the pipeline
Outlook Bar

- Known Problems
PNG images created with Paint Shop Pro, seem to get into all kinds of problems (this is especially true if the image is saved with an alpha channel). Try mages created with Adobe Photoshop or use GIF images.

- Thanks
André Borchert
Carlos H Parvez
Mike Krueger
Stephan Johnson