Click here to Skip to main content
15,888,092 members
Home / Discussions / Article Writing
   

Article Writing

 
Generalmultiple desktops Pin
fordge3-Nov-03 21:20
fordge3-Nov-03 21:20 
GeneralRe: Great Idea ,but the solution.............so help.. Pin
Colin Angus Mackay7-Nov-03 14:38
Colin Angus Mackay7-Nov-03 14:38 
GeneralStartup Pin
collincode28-Oct-03 19:44
collincode28-Oct-03 19:44 
GeneralRe: Startup Pin
Niels Penneman8-Jan-04 10:57
Niels Penneman8-Jan-04 10:57 
GeneralEnterpriseServices Pin
ycswyw27-Oct-03 9:53
ycswyw27-Oct-03 9:53 
GeneralRe: EnterpriseServices Pin
Curtis Adams27-Oct-03 15:49
Curtis Adams27-Oct-03 15:49 
Generalintercept wm_char messages Pin
percyvimal21-Oct-03 21:38
percyvimal21-Oct-03 21:38 
QuestionWhat's foreach-able? Pin
DaveOwens21-Oct-03 3:19
DaveOwens21-Oct-03 3:19 
Blush. This may reflect my beginner's ignorance, but what the hell. When scanning various collection classes in the CLR, it seems that there are three basic ways to implement a foreach loop against the collection class:

1. Obvious -- e.g. string from StringCollection
2. Object and casting - e.g. foreach object foo in CollectionClass. In the
loop cast item = (ClassToCast)foo
3. Inheritance -- things like InnerArrayList in CollectionBase

Assuming what I say is true (what are the odds?), then it strikes me that a great article would be to describe hard and fast rules to tell one from the other. Plain and simple, right now, I get a headache looking at CLR collection classes. But, with a good article outlining good ways to discriminate different foreach-able techniques, then I'd really feel empowered.

Am I on to something? Or, is this more Microsoft documentation fog???

Dave
AnswerRe: What's foreach-able? Pin
Jeremy Kimball24-Oct-03 5:52
Jeremy Kimball24-Oct-03 5:52 
AnswerRe: What's foreach-able? Pin
Colin Angus Mackay29-Nov-03 17:47
Colin Angus Mackay29-Nov-03 17:47 
QuestionInterested in a Template Parser? Pin
J. Dunlap20-Oct-03 13:08
J. Dunlap20-Oct-03 13:08 
Generaltetris project Pin
yorkmac15-Oct-03 14:26
yorkmac15-Oct-03 14:26 
GeneralRe: tetris project Pin
ZoogieZork16-Oct-03 5:40
ZoogieZork16-Oct-03 5:40 
GeneralArticle Request: Datagrid Pin
sunny12313-Oct-03 0:32
sunny12313-Oct-03 0:32 
GeneralRe: Article Request: Datagrid Pin
Guillermo Rivero13-Oct-03 3:25
Guillermo Rivero13-Oct-03 3:25 
GeneralRe: Article Request: Datagrid Pin
sunny12319-Oct-03 22:32
sunny12319-Oct-03 22:32 
GeneralRe: Article Request: Datagrid Pin
John M. Drescher20-Oct-03 12:50
John M. Drescher20-Oct-03 12:50 
GeneralEmoticon window like the one in C# Pin
Ph@ntom10-Oct-03 11:53
Ph@ntom10-Oct-03 11:53 
General.mdb viewer using DAO Pin
Member 6072666-Oct-03 2:21
Member 6072666-Oct-03 2:21 
GeneralGDI+ Section Under C# Pin
J. Dunlap5-Oct-03 18:01
J. Dunlap5-Oct-03 18:01 
Generalproject suggestions Pin
R. Thomas2-Oct-03 10:41
R. Thomas2-Oct-03 10:41 
GeneralRe: project suggestions Pin
J. Dunlap2-Oct-03 11:12
J. Dunlap2-Oct-03 11:12 
GeneralRe: project suggestions Pin
R. Thomas2-Oct-03 18:27
R. Thomas2-Oct-03 18:27 
Generalsource code required!! Pin
BK Pradeep30-Sep-03 22:17
BK Pradeep30-Sep-03 22:17 
GeneralCall VB DLLs from C++ Pin
Karl Fetterhoff22-Sep-03 14:35
Karl Fetterhoff22-Sep-03 14:35 

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.