Click here to Skip to main content
15,896,544 members
Home / Discussions / C#
   

C#

 
GeneralWinXP Style Pin
Nnamdi Onyeyiri11-Jul-02 11:22
Nnamdi Onyeyiri11-Jul-02 11:22 
GeneralRe: WinXP Style Pin
Chris Rickard11-Jul-02 11:46
Chris Rickard11-Jul-02 11:46 
GeneralRe: WinXP Style Pin
Nnamdi Onyeyiri11-Jul-02 23:50
Nnamdi Onyeyiri11-Jul-02 23:50 
GeneralADO Null Referance Pin
Steve Severance11-Jul-02 10:40
Steve Severance11-Jul-02 10:40 
GeneralRe: ADO Null Referance Pin
Philip Fitzsimons11-Jul-02 11:59
Philip Fitzsimons11-Jul-02 11:59 
GeneralRe: ADO Null Referance Pin
Steve Severance12-Jul-02 3:19
Steve Severance12-Jul-02 3:19 
GeneralRe: ADO Null Referance Pin
Nick Parker15-Jul-02 18:15
protectorNick Parker15-Jul-02 18:15 
QuestionAdding a Collection to the Property Browser? Pin
Zombies with Coffee, LLC11-Jul-02 9:48
professionalZombies with Coffee, LLC11-Jul-02 9:48 
What I am needing for my current project is to allow the user to update a collection of objects from a component.

When you add a toolbar to your form, you can then click on the Buttons: (Collection) and the ToolBarButton Collection Editor then appears.

Now I want to do the same thing to my component. I want a RectTrackers: (Collection) property to appear! Smile | :)

I've tried the obvious stuff like

private RectTrackers pRectTrackerCollection = new RectTrackers( );

[Description( "List of all available Rectangle Trackers" )]
public RectTrackers RectTrackerProp
{
   get{ return this.pRectTrackerCollection;  }
   set{ this.pRectTrackerCollection = value; }
}


and it 'seems' to begin to work. The RectTrackers (Collection) property exists, but when I click on it, it is a Object Collection Editor that does not show my internal properties.

Anyone done a custom collection property yet?

Thanks!!
AnswerRe: Adding a Collection to the Property Browser? Pin
Zombies with Coffee, LLC11-Jul-02 10:06
professionalZombies with Coffee, LLC11-Jul-02 10:06 
GeneralAnyone like to comment on this, feel free :) Pin
leppie11-Jul-02 9:42
leppie11-Jul-02 9:42 
GeneralRe: Anyone like to comment on this, feel free :) Pin
Rama Krishna Vavilala11-Jul-02 9:49
Rama Krishna Vavilala11-Jul-02 9:49 
GeneralRe: Anyone like to comment on this, feel free :) Pin
leppie11-Jul-02 10:07
leppie11-Jul-02 10:07 
GeneralSystem.WinForms Pin
Nnamdi Onyeyiri11-Jul-02 9:39
Nnamdi Onyeyiri11-Jul-02 9:39 
GeneralRe: System.WinForms Pin
Rama Krishna Vavilala11-Jul-02 9:42
Rama Krishna Vavilala11-Jul-02 9:42 
GeneralRe: System.WinForms Pin
Nnamdi Onyeyiri11-Jul-02 9:44
Nnamdi Onyeyiri11-Jul-02 9:44 
GeneralRe: System.WinForms Pin
Zombies with Coffee, LLC11-Jul-02 9:50
professionalZombies with Coffee, LLC11-Jul-02 9:50 
GeneralRe: System.WinForms Pin
Nnamdi Onyeyiri11-Jul-02 9:56
Nnamdi Onyeyiri11-Jul-02 9:56 
GeneralRe: System.WinForms Pin
leppie12-Jul-02 0:34
leppie12-Jul-02 0:34 
GeneralRe: System.WinForms Pin
Nnamdi Onyeyiri12-Jul-02 0:41
Nnamdi Onyeyiri12-Jul-02 0:41 
GeneralAgain IIS Pin
Mazdak11-Jul-02 5:18
Mazdak11-Jul-02 5:18 
GeneralRe: Again IIS Pin
Richard Deeming11-Jul-02 6:03
mveRichard Deeming11-Jul-02 6:03 
GeneralRe: Again IIS Pin
Mazdak11-Jul-02 9:29
Mazdak11-Jul-02 9:29 
GeneralListing Local Users Pin
Ben Swann11-Jul-02 4:29
Ben Swann11-Jul-02 4:29 
GeneralRe: Listing Local Users Pin
Richard Deeming11-Jul-02 5:44
mveRichard Deeming11-Jul-02 5:44 
GeneralRe: Listing Local Users Pin
Philip Fitzsimons11-Jul-02 12:00
Philip Fitzsimons11-Jul-02 12:00 

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.