Click here to Skip to main content
15,893,663 members
Home / Discussions / C#
   

C#

 
GeneralArrays and Threads Pin
albean7-Jul-03 14:05
albean7-Jul-03 14:05 
GeneralRe: Arrays and Threads Pin
leppie7-Jul-03 14:22
leppie7-Jul-03 14:22 
GeneralRe: Arrays and Threads Pin
J. Dunlap7-Jul-03 14:34
J. Dunlap7-Jul-03 14:34 
GeneralRe: Arrays and Threads Pin
leppie7-Jul-03 14:35
leppie7-Jul-03 14:35 
GeneralRe: Arrays and Threads Pin
Daniel Turini7-Jul-03 15:04
Daniel Turini7-Jul-03 15:04 
GeneralRe: Arrays and Threads Pin
albean7-Jul-03 18:02
albean7-Jul-03 18:02 
GeneralYankees Pin
eggie57-Jul-03 11:38
eggie57-Jul-03 11:38 
GeneralRe: Yankees Pin
Rocky Moore7-Jul-03 12:00
Rocky Moore7-Jul-03 12:00 
It depends on what "labelPath" is. If it is simply a label you are repeatedly assigning it a version which overrights the previous one. Have you stepped through the code in the debugger? I would assume it is running the foreach three times (in your example of data), but you only pick up the last because it was the last assigned.

You could use a StringBuilder class and combine the names adding a line break to to each line. Depends on where the output is supposed to go.

Rocky Moore <><
GeneralRe: Yankees Pin
James T. Johnson8-Jul-03 4:10
James T. Johnson8-Jul-03 4:10 
GeneralMIME decoder Pin
jay_n7-Jul-03 11:26
jay_n7-Jul-03 11:26 
GeneralRe: MIME decoder Pin
Rocky Moore7-Jul-03 12:07
Rocky Moore7-Jul-03 12:07 
GeneralC# to SQL Server Type Translation Lookup Pin
perlmunger7-Jul-03 11:13
perlmunger7-Jul-03 11:13 
GeneralRe: C# to SQL Server Type Translation Lookup Pin
Mark Smithson8-Jul-03 10:48
Mark Smithson8-Jul-03 10:48 
GeneralRe: C# to SQL Server Type Translation Lookup Pin
perlmunger8-Jul-03 11:59
perlmunger8-Jul-03 11:59 
GeneralReusing Forms Pin
D Betting7-Jul-03 10:27
sussD Betting7-Jul-03 10:27 
GeneralRe: Reusing Forms Pin
Andy Smith7-Jul-03 10:42
Andy Smith7-Jul-03 10:42 
Generaldelegate context Pin
albean7-Jul-03 10:15
albean7-Jul-03 10:15 
GeneralRe: delegate context Pin
Mark Smithson8-Jul-03 10:56
Mark Smithson8-Jul-03 10:56 
QuestionSourceSafe event sink in c#? Pin
ODS7-Jul-03 9:25
ODS7-Jul-03 9:25 
GeneralCompile C# run under Windows 98 Pin
Hoang Dung7-Jul-03 9:04
Hoang Dung7-Jul-03 9:04 
GeneralRe: Compile C# run under Windows 98 Pin
jspano7-Jul-03 9:28
jspano7-Jul-03 9:28 
GeneralRe: Compile C# run under Windows 98 Pin
Hoang Dung9-Jul-03 7:26
Hoang Dung9-Jul-03 7:26 
GeneralRe: Compile C# run under Windows 98 Pin
jspano9-Jul-03 8:30
jspano9-Jul-03 8:30 
GeneralRe: Compile C# run under Windows 98 Pin
Hoang Dung11-Jul-03 7:19
Hoang Dung11-Jul-03 7:19 
QuestionHow to know numeric of instance... Pin
Hoang Dung7-Jul-03 8:59
Hoang Dung7-Jul-03 8:59 

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.