Click here to Skip to main content
Licence 
First Posted 26 Jan 2006
Views 95,626
Downloads 896
Bookmarked 118 times

Fireball.Windows.Forms Outlook 2003 NavBar Clone

By | 21 Feb 2007 | Article
Introduction on what controls contain the Fireball.Windows.Forms

Fireball.Windows.Forms

Introduction

Fireball.Windows.Forms is a library devoted to creating some custom and advanced User Interface Control with professional look, all control of this library are licenzed under the term of LGPL Licenze that give you the possibilty to use my library on you commercial products the only requirement is to provide the source of my library if you apply modification on the code otherwise also a link to my website is apreciated ;)

Using the library

For use this library you don't need to be a programmer expert because most of this control are simple to use, Fireball.Windows.Forms contains some controls that are not show on this article because are incomplete or because are in fixing, the TabStrip Control is a work in progress but it is fully working, on future i can add custom renderm other nice features ;), The best control Presented on this Article is the Discover Control!! it a nice navigation system like the Microsoft Outlook 2003, with this control you can give to your product a better user interface, with an easy to use separation of you software functionalities.

On Fireball.Windows.Forms it is also present a Control called DocumentPresenter is the control that you see on the image with the text Welcome to Fireball, this control give you the power to add document viewing like a Microsoft Outlook 2003 document, the example provided not give the full graphics power it is only a test, if anyone can make an application you are freely to send me a screenshot and i put it on my websites ;), another nice control is FormatLabelControl, this control was merged from the LGPL code provided from the compona software http://www.compona.com, this control give to you the possibility to show a text with html formattation.

Putting a Discover control on your form is very simple you can simply drag from your toolbox,and also adding a pane is simple you need only to right click on the control on the Visual Studio 2005 designer and Select "Add Discover Pane", for setting pane properties for now you need to select the new created pane from the PropertyGrid this because i need to solve an issue with the designer.

TabStrip control because for now is a work in progress, it can be used only from code see this example

TabStrip tabStrip = new TabStrip();
tabStrip.Dock = DockStyle.Fill;
myForm.Controls.Add(tabStrip);
TabStripItem myItem = new TabStripItem();
myItem.Text = "Hello i am a TabStrip";
tabStrip.Controls.Add(myItem);

If you run this code you see the created tabstrip with an item ;)

On this example is also showed a simple FileSystemTreeView but it incomplete and not perfect.

Bugs And Updates



21/02/2007 - new versione of the fireball framework upload to sourceforge with some new bug fixes for the fireball collections and for the DiscoverControl
20/03/2006 - Added another demo for the DiscoverControl

7/03/2006 - Fixed some small's bugs and added libraries documentation

19/02/2006 - Fixed a bug TabStrip when you mouse over the close and menu button the click event is raise on this two button FIXED!

19/02/2006 - Updated with a zip file with a new Installer if you have installed a old version of Fireball Framework with the old installer please uninstall it and install this after

04/02/2006 - Updated with zip files and with last version of source code

You have find a bug?you have any comment on this controls?or simply on search of the last version, please go on http://www.dotnetfireball.net and ask your questions on my forum.

N.B. this is a brief article i can write more later.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

dotnetfireball

Web Developer

Italy Italy

Member



Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
QuestionNo application test download Pinmemberhoangsamac22:53 27 Jun '11  
GeneralMy vote of 5 Pinmemberalifellod10:32 4 Nov '10  
QuestionWhat a joke! PinmemberbuyValu10:00 18 Jul '08  
GeneralI should give you a 1 PinmvpJohn Simmons / outlaw programmer10:58 30 Oct '07  
GeneralRe: I should give you a 1 Pinmemberdotnetfireball14:20 30 Oct '07  
Sorry for your lost time, but to me the code build succefully the only thing i found is the build path that is wrong, about documentation im sorry but at this moment i don't have the time if you have time you can wrote, i'm not payed for doing this work i only do because i like software development, and if you don't like this project or don't have the time go away, contribution is alway welcome.
 
DotNetFireball
 
http://www.dotnetfireball.net

QuestionPanes Shift During Runtime Pinmemberpablleaf3:42 1 Mar '07  
AnswerRe: Panes Shift During Runtime PinmemberEuloblas1:12 10 Apr '07  
QuestionRe: Panes Shift During Runtime Pinmemberpablleaf10:39 31 May '07  
QuestionDownloads? PinadminChris Maunder14:28 12 Feb '07  
QuestionFireball.Windows.Forms PinmemberMember #358662922:12 23 Jan '07  
AnswerRe: Fireball.Windows.Forms PinmemberAnte123:38 7 Jun '07  
QuestionIs there any documentation? Pinmemberedo khan3:14 22 Aug '06  
GeneralLargeImage error PinmemberMCAST769:52 2 Jun '06  
AnswerRe: LargeImage error Pinmemberpablleaf8:39 21 Feb '07  
Questionhow to build this project Pinmemberweqwewqeqw9:44 18 Feb '06  
QuestionZIP Contents PinmemberJaideepC991:11 7 Feb '06  
AnswerRe: ZIP Contents Pinmemberdotnetfireball3:40 7 Feb '06  
GeneralRe: ZIP Contents PinmemberJaideepC9920:24 7 Feb '06  
GeneralVisual Studio Express 2005 Download Link PinmemberThe_Mega_ZZTer18:21 19 Mar '06  
GeneralSource package PinmemberWillemM22:16 30 Jan '06  
GeneralRe: Source package Pinmemberdotnetfireball22:39 30 Jan '06  
GeneralRe: Source package PinmemberQuinton Viljoen19:01 31 Jan '06  
GeneralRe: Source package Pinmemberdotnetfireball21:40 31 Jan '06  
GeneralRe: Source package Pinmemberdotnetfireball22:07 31 Jan '06  

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

Permalink | Advertise | Privacy | Mobile
Web01 | 2.5.120529.1 | Last Updated 21 Feb 2007
Article Copyright 2006 by dotnetfireball
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid