Click here to Skip to main content
15,885,767 members
Home / Discussions / C#
   

C#

 
GeneralRe: Class withing Class Pin
Guillermo Rivero9-Oct-03 21:12
Guillermo Rivero9-Oct-03 21:12 
GeneralRe: Class withing Class Pin
Guillermo Rivero9-Oct-03 21:30
Guillermo Rivero9-Oct-03 21:30 
GeneralRe: Class withing Class Pin
Blake Coverett9-Oct-03 16:34
Blake Coverett9-Oct-03 16:34 
GeneralRe: Class withing Class Pin
Nick Seng9-Oct-03 17:31
Nick Seng9-Oct-03 17:31 
GeneralRe: Class withing Class Pin
David Stone9-Oct-03 18:36
sitebuilderDavid Stone9-Oct-03 18:36 
GeneralRe: Class withing Class Pin
Blake Coverett9-Oct-03 20:44
Blake Coverett9-Oct-03 20:44 
GeneralRe: Class withing Class Pin
David Stone9-Oct-03 21:37
sitebuilderDavid Stone9-Oct-03 21:37 
GeneralRe: Class withing Class Pin
David Stone9-Oct-03 18:41
sitebuilderDavid Stone9-Oct-03 18:41 
Hmmm...you can see my replies to the other two...but the most common place I've seen this is in the Windows Forms part of the framework. For instance, a ListView has several collection classes defined within it:

ListView.CheckedIndexCollection
ListView.CheckedListViewItemCollection
ListView.ColumnHeaderCollection
ListView.SelectedIndexCollection
ListView.SelectedListViewItemCollection

etc.

And that's the only place I would consider using it. Or for instance, Deklarit creates specialized DataSets with the DataRows and DataTables within the DataSet class itself:

public class MyDataSet
{
    public class MyDataRow{}
    public class MyDataTable{}
}



When I can talk about 64 bit processors and attract girls with my computer not my car, I'll come out of the closet. Until that time...I'm like "What's the ENTER key?"
-Hockey on being a geek

GeneralRe: Class withing Class Pin
Nick Seng9-Oct-03 19:59
Nick Seng9-Oct-03 19:59 
GeneralCodes Pin
Anonymous9-Oct-03 12:00
Anonymous9-Oct-03 12:00 
GeneralRe: Codes Pin
Daniel M. Edwards9-Oct-03 17:56
Daniel M. Edwards9-Oct-03 17:56 
GeneralRe: Codes Pin
David Stone9-Oct-03 18:27
sitebuilderDavid Stone9-Oct-03 18:27 
GeneralRe: Codes Pin
leppie10-Oct-03 7:13
leppie10-Oct-03 7:13 
GeneralRe: Codes Pin
David Stone10-Oct-03 8:07
sitebuilderDavid Stone10-Oct-03 8:07 
GeneralAdvanced GUIs in C# Pin
Ronoc9-Oct-03 10:15
Ronoc9-Oct-03 10:15 
GeneralRe: Advanced GUIs in C# Pin
J. Dunlap9-Oct-03 10:53
J. Dunlap9-Oct-03 10:53 
GeneralRe: Advanced GUIs in C# Pin
David Stone9-Oct-03 18:50
sitebuilderDavid Stone9-Oct-03 18:50 
GeneralRe: Advanced GUIs in C# Pin
J. Dunlap9-Oct-03 19:18
J. Dunlap9-Oct-03 19:18 
GeneralRe: Advanced GUIs in C# Pin
David Stone9-Oct-03 20:03
sitebuilderDavid Stone9-Oct-03 20:03 
GeneralRe: Advanced GUIs in C# Pin
Blake Coverett9-Oct-03 11:51
Blake Coverett9-Oct-03 11:51 
GeneralRe: Advanced GUIs in C# Pin
J. Dunlap9-Oct-03 11:57
J. Dunlap9-Oct-03 11:57 
GeneralRe: Advanced GUIs in C# Pin
jparsons9-Oct-03 13:51
jparsons9-Oct-03 13:51 
GeneralRe: Advanced GUIs in C# Pin
Ronoc9-Oct-03 23:54
Ronoc9-Oct-03 23:54 
GeneralCan't use C# dll in MFC - Program won't run Pin
IrishSonic9-Oct-03 10:00
IrishSonic9-Oct-03 10:00 
QuestionPreload assemblies to increase performance? Pin
Carl Mercier9-Oct-03 8:18
Carl Mercier9-Oct-03 8:18 

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.