Click here to Skip to main content
Licence 
First Posted 26 Jan 2006
Views 93,472
Downloads 896
Bookmarked 117 times

Fireball.Windows.Forms Outlook 2003 NavBar Clone

Introduction on what controls contain the Fireball.Windows.Forms
3 votes, 13.0%
1
4 votes, 17.4%
2

3
2 votes, 8.7%
4
14 votes, 60.9%
5
3.57/5 - 23 votes
μ 3.57, σa 2.81 [?]

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 Pinmemberhoangsamac23:53 27 Jun '11  
GeneralMy vote of 5 Pinmemberalifellod11:32 4 Nov '10  
QuestionWhat a joke! PinmemberbuyValu11:00 18 Jul '08  
GeneralI should give you a 1 PinmvpJohn Simmons / outlaw programmer11:58 30 Oct '07  
GeneralRe: I should give you a 1 Pinmemberdotnetfireball15:20 30 Oct '07  
QuestionPanes Shift During Runtime Pinmemberpablleaf4:42 1 Mar '07  
AnswerRe: Panes Shift During Runtime PinmemberEuloblas2:12 10 Apr '07  
QuestionRe: Panes Shift During Runtime Pinmemberpablleaf11:39 31 May '07  
QuestionDownloads? PinadminChris Maunder15:28 12 Feb '07  
QuestionFireball.Windows.Forms PinmemberMember #358662923:12 23 Jan '07  
AnswerRe: Fireball.Windows.Forms PinmemberAnte10:38 8 Jun '07  
QuestionIs there any documentation? Pinmemberedo khan4:14 22 Aug '06  
GeneralLargeImage error PinmemberMCAST7610:52 2 Jun '06  
AnswerRe: LargeImage error Pinmemberpablleaf9:39 21 Feb '07  
Questionhow to build this project Pinmemberweqwewqeqw10:44 18 Feb '06  
QuestionZIP Contents PinmemberJaideepC992:11 7 Feb '06  
AnswerRe: ZIP Contents Pinmemberdotnetfireball4:40 7 Feb '06  
GeneralRe: ZIP Contents PinmemberJaideepC9921:24 7 Feb '06  
GeneralVisual Studio Express 2005 Download Link PinmemberThe_Mega_ZZTer19:21 19 Mar '06  
GeneralSource package PinmemberWillemM23:16 30 Jan '06  
GeneralRe: Source package Pinmemberdotnetfireball23:39 30 Jan '06  
GeneralRe: Source package PinmemberQuinton Viljoen20:01 31 Jan '06  
GeneralRe: Source package Pinmemberdotnetfireball22:40 31 Jan '06  
GeneralRe: Source package Pinmemberdotnetfireball23:07 31 Jan '06  
http://dotnetfireball.net/files/FireballWinForms.zip there a zip version with all is 1.6 mb c.a. Wink | ;)
 
DotNetFireball
 
http://www.dotnetfireball.net

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
Web02 | 2.5.120210.1 | Last Updated 21 Feb 2007
Article Copyright 2006 by dotnetfireball
Everything else Copyright © CodeProject, 1999-2012
Terms of Use
Layout: fixed | fluid