Click here to Skip to main content
15,887,477 members
Home / Discussions / C#
   

C#

 
GeneralRe: how to continuously write text to a label in C# Pin
Member 1068390226-Feb-15 9:26
Member 1068390226-Feb-15 9:26 
AnswerRe: how to continuously write text to a label in C# Pin
HKHerron26-Feb-15 9:38
professionalHKHerron26-Feb-15 9:38 
GeneralRe: how to continuously write text to a label in C# Pin
Member 1068390226-Feb-15 10:07
Member 1068390226-Feb-15 10:07 
GeneralRe: how to continuously write text to a label in C# Pin
HKHerron26-Feb-15 10:20
professionalHKHerron26-Feb-15 10:20 
GeneralRe: how to continuously write text to a label in C# Pin
Member 1068390226-Feb-15 10:46
Member 1068390226-Feb-15 10:46 
AnswerRe: how to continuously write text to a label in C# Pin
Member 1068390226-Feb-15 11:09
Member 1068390226-Feb-15 11:09 
GeneralRe: how to continuously write text to a label in C# Pin
V.27-Feb-15 0:39
professionalV.27-Feb-15 0:39 
AnswerRe: how to continuously write text to a label in C# Pin
Member 857809327-Feb-15 9:07
Member 857809327-Feb-15 9:07 
It seems like it is looping through all the values and making the label display all of them. It is probably doing this so fast that you only see the last set value.

If you want to see all the values, maybe try lblCount.Text += i.ToString() + " " to display all the values side by side. If you do this, remember to clear out the label before looping.
GeneralRe: how to continuously write text to a label in C# Pin
Member 1068390227-Feb-15 11:36
Member 1068390227-Feb-15 11:36 
Questionc# Soap Web service header Pin
Info service26-Feb-15 5:36
Info service26-Feb-15 5:36 
QuestionConfused on method type Pin
Truck5326-Feb-15 3:58
Truck5326-Feb-15 3:58 
AnswerRe: Confused on method type Pin
OriginalGriff26-Feb-15 4:22
mveOriginalGriff26-Feb-15 4:22 
AnswerRe: Confused on method type Pin
manchanx26-Feb-15 5:09
professionalmanchanx26-Feb-15 5:09 
QuestionHow memory is allocated in .Net application Pin
Tridip Bhattacharjee26-Feb-15 2:56
professionalTridip Bhattacharjee26-Feb-15 2:56 
AnswerRe: How memory is allocated in .Net application PinPopular
OriginalGriff26-Feb-15 3:14
mveOriginalGriff26-Feb-15 3:14 
GeneralRe: How memory is allocated in .Net application Pin
manchanx26-Feb-15 4:05
professionalmanchanx26-Feb-15 4:05 
GeneralRe: How memory is allocated in .Net application Pin
OriginalGriff26-Feb-15 4:11
mveOriginalGriff26-Feb-15 4:11 
GeneralRe: How memory is allocated in .Net application Pin
Tridip Bhattacharjee26-Feb-15 4:10
professionalTridip Bhattacharjee26-Feb-15 4:10 
GeneralRe: How memory is allocated in .Net application Pin
OriginalGriff26-Feb-15 4:17
mveOriginalGriff26-Feb-15 4:17 
GeneralRe: How memory is allocated in .Net application Pin
Tridip Bhattacharjee26-Feb-15 4:19
professionalTridip Bhattacharjee26-Feb-15 4:19 
GeneralRe: How memory is allocated in .Net application Pin
OriginalGriff26-Feb-15 4:25
mveOriginalGriff26-Feb-15 4:25 
GeneralRe: How memory is allocated in .Net application Pin
jschell26-Feb-15 10:02
jschell26-Feb-15 10:02 
GeneralRe: How memory is allocated in .Net application Pin
Tridip Bhattacharjee26-Feb-15 21:06
professionalTridip Bhattacharjee26-Feb-15 21:06 
GeneralRe: How memory is allocated in .Net application Pin
Pete O'Hanlon27-Feb-15 7:23
mvePete O'Hanlon27-Feb-15 7:23 
GeneralRe: How memory is allocated in .Net application Pin
Tridip Bhattacharjee1-Mar-15 21:22
professionalTridip Bhattacharjee1-Mar-15 21:22 

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.