Click here to Skip to main content
16,005,162 members
Home / Discussions / C#
   

C#

 
QuestionClasses [modified] Pin
Mamphekgo18-Jul-06 2:12
Mamphekgo18-Jul-06 2:12 
AnswerRe: Classes Pin
Martin#18-Jul-06 2:16
Martin#18-Jul-06 2:16 
AnswerRe: Classes Pin
Not Active18-Jul-06 2:17
mentorNot Active18-Jul-06 2:17 
AnswerRe: Classes Pin
Colin Angus Mackay18-Jul-06 3:50
Colin Angus Mackay18-Jul-06 3:50 
AnswerRe: Classes Pin
BoneSoft18-Jul-06 5:00
BoneSoft18-Jul-06 5:00 
AnswerRe: Classes Pin
Drew McGhie18-Jul-06 5:45
Drew McGhie18-Jul-06 5:45 
GeneralRe: Classes Pin
Mamphekgo18-Jul-06 19:19
Mamphekgo18-Jul-06 19:19 
QuestionprogressBar [modified] Pin
erfi18-Jul-06 1:39
erfi18-Jul-06 1:39 
I used a progressbar in my form and want to show it's value on a lable by this code :

for(i=0;i<100;i++)
{
   for(j=0;j<100;j++)
   {
      // DO ...
   }
   progressbar.value = i;
   lable.Text = i.tostring()+"%";
}

but lable's text doesn't change in progress and just in the end of loop(i) shows the 100%.

any suggestion? thanks.


erfan

-- modified at 7:42 Tuesday 18th July, 2006
AnswerRe: progressBar Pin
alexey N18-Jul-06 1:52
alexey N18-Jul-06 1:52 
GeneralRe: progressBar Pin
SeMartens18-Jul-06 2:05
SeMartens18-Jul-06 2:05 
AnswerRe: progressBar Pin
engsrini18-Jul-06 4:30
engsrini18-Jul-06 4:30 
GeneralRe: progressBar Pin
mabo4218-Jul-06 4:52
mabo4218-Jul-06 4:52 
GeneralRe: progressBar Pin
erfi19-Jul-06 22:12
erfi19-Jul-06 22:12 
Questionproblem with date field in ms access ? help pls... Pin
cmpeng3418-Jul-06 1:36
cmpeng3418-Jul-06 1:36 
Question[Message Deleted] Pin
erfi18-Jul-06 2:01
erfi18-Jul-06 2:01 
QuestionConverting to Guid Pin
Majid Shahabfar18-Jul-06 1:26
Majid Shahabfar18-Jul-06 1:26 
AnswerRe: Converting to Guid Pin
stancrm18-Jul-06 1:37
stancrm18-Jul-06 1:37 
Questionhi frnds Pin
rajnish118-Jul-06 0:59
rajnish118-Jul-06 0:59 
AnswerRe: hi frnds Pin
J4amieC18-Jul-06 1:01
J4amieC18-Jul-06 1:01 
AnswerRe: hi frnds Pin
stancrm18-Jul-06 1:32
stancrm18-Jul-06 1:32 
AnswerRe: hi frnds Pin
Not Active18-Jul-06 2:22
mentorNot Active18-Jul-06 2:22 
GeneralRe: hi frnds Pin
_AK_18-Jul-06 2:52
_AK_18-Jul-06 2:52 
AnswerHow much? Pin
Ennis Ray Lynch, Jr.18-Jul-06 2:35
Ennis Ray Lynch, Jr.18-Jul-06 2:35 
QuestionWIA svchost problem Pin
daedric18-Jul-06 0:27
daedric18-Jul-06 0:27 
AnswerRe: WIA svchost problem Pin
Mr. VB.NET18-Jul-06 2:52
Mr. VB.NET18-Jul-06 2:52 

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.