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

C#

 
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 
GeneralRe: Yankees Pin
James T. Johnson8-Jul-03 4:10
James T. Johnson8-Jul-03 4:10 
eggie5 wrote:
labelPath.Text=dri.Name;

should be

labelPath.Text += dri.Name;, as Rocky pointed out you are just reassigning the name to the text each time through the loop. Instead you want to append the name to the text each time through the loop.

You may also want to add in some <br /> elements so that you get them on each line as you asked in your reply to me before (CP was giving me Error 500 fits Cry | :(( )

James

"I despise the city and much prefer being where a traffic jam means a line-up at McDonald's"
Me when telling a friend why I wouldn't want to live with him

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 
AnswerRe: How to know numeric of instance... Pin
jspano7-Jul-03 9:30
jspano7-Jul-03 9:30 

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.