Click here to Skip to main content
15,878,814 members
Articles / Programming Languages / Visual Basic
Article

TaskPane Source Works

Rate me:
Please Sign up or sign in to vote.
3.62/5 (28 votes)
6 Feb 2006 44K   1.6K   37   9
Sorry, but now source works

Sample Image - TP.jpg

Introduction

This is TaskPane Control which is designed to simulate Office2003 TaskPane. This control uses custom controlcollection classes.

Control is inherited from Windows.Forms.Panel control with Paint event overriding. Taskpane main property is "Pages" where you can specify pages which you want to display. TaskpanePage Class main property is Panels - Page can display as many paneks as you want, but Panels must contain TaskPaneItem.

Use designer to add pages(which contains Panels) and panels which contains TaskPaneItems.

If you change any property of taskpane childs when application is running you must call

TaskPane.Recalculate sub which checks for active page and it's contens and then redraws panel.

Use this control it's free.

If source don't work please mail me at: agencija_aa_nemanja@hotmail.com

Rate this article, please! Nemanja

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
Software Developer (Senior) it-Info
Serbia Serbia
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Generaldownload the control Pin
jcaberoleniz16-Sep-09 13:43
jcaberoleniz16-Sep-09 13:43 
GeneralFantastic Pin
Dr.Luiji4-Feb-09 0:54
professionalDr.Luiji4-Feb-09 0:54 
GeneralRe: Fantastic Pin
NemanjaVeselinovic4-Feb-09 20:02
NemanjaVeselinovic4-Feb-09 20:02 
Generalcool Pin
akos_k29-Dec-06 12:51
akos_k29-Dec-06 12:51 
GeneralNET 2.0 Needed Pin
NemanjaVeselinovic22-Mar-06 4:48
NemanjaVeselinovic22-Mar-06 4:48 
Generalvery cool! Pin
Danilo Corallo24-Feb-06 0:16
Danilo Corallo24-Feb-06 0:16 
JokeGood work! Pin
Paolo Pagano17-Feb-06 0:42
Paolo Pagano17-Feb-06 0:42 
JokeNOW SOURCE CODE DOWNLOAD WORKS Pin
NemanjaVeselinovic6-Feb-06 1:19
NemanjaVeselinovic6-Feb-06 1:19 
GeneralRe: NOW SOURCE CODE DOWNLOAD WORKS Pin
kent13-Mar-06 14:43
kent13-Mar-06 14:43 

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.