Click here to Skip to main content
15,884,237 members
Articles / Programming Languages / C#
Article

Microsoft Office Outlook 2003 Header Controls

Rate me:
Please Sign up or sign in to vote.
2.33/5 (14 votes)
23 Sep 2004 75K   1.8K   48   10
A header control that mimics outlook 2003 headers and sub headers

Introduction

This is a set of two controls, a MainHeader control, and a SubHeader control respectively. These controls are designed to mimic the look and feel of the header and sub header controls used in Microsoft Office Outlook 2003. The code is included, but I used images for the controls instead of drawing them to make it a lot easier and to get it out to you the developer a lot faster. Included is a sample project which includes the controls, and this is where the screenshots comes from. I’m currently developing a whole suite of Office 2003 controls that will be available for free. This is only two of the controls that my suite will include. I will post an update to this when the suite is complete.

Using the code

The only code for these controls are getting and setting two properties for the headers text and fonts.

//
//  For some reason you have to call this.Update() from the 
//  form that’s containing the controls move method to re-draw them
//  I guess it’s because I used images instead of drawing the 
//  headers through code. It still works great though. If anybody has 
//  an idea of how to fix this please email me and let me know.
//

Points of Interest

Just trying to improve the User Interface, by providing Office 2003 style controls, one control at a time.

History

  • Version 1.0

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


Written By
Web Developer
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
QuestionChange backgroundImage Header panel Pin
testare10-Feb-08 2:08
testare10-Feb-08 2:08 
GeneralC++ example Pin
jvaigl31-Jul-06 10:25
jvaigl31-Jul-06 10:25 
GeneralFree Use Pin
bsilva30-Mar-06 5:49
bsilva30-Mar-06 5:49 
Questionwhat is the benefit for others? Pin
lubos_h17-Oct-04 4:19
lubos_h17-Oct-04 4:19 
GeneralI cannot open the project Pin
Charp.com.ar13-Oct-04 12:39
Charp.com.ar13-Oct-04 12:39 
GeneralRe: I cannot open the project Pin
lubos_h17-Oct-04 4:27
lubos_h17-Oct-04 4:27 
Generalthanx Pin
sujithfem25-Sep-04 9:49
sujithfem25-Sep-04 9:49 
GeneralNice control Pin
WillemM25-Sep-04 1:56
WillemM25-Sep-04 1:56 
GeneralRe: Nice control Pin
binolino27-Sep-04 23:45
binolino27-Sep-04 23:45 
GeneralArticle Pin
jaxterama24-Sep-04 7:47
jaxterama24-Sep-04 7:47 

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

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