Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: renaming .dll file gives error message Pin
Vasudevan Deepak Kumar8-Jun-08 20:44
Vasudevan Deepak Kumar8-Jun-08 20:44 
GeneralRe: renaming .dll file gives error message Pin
pavya_Cool8-Jun-08 22:12
pavya_Cool8-Jun-08 22:12 
AnswerRe: renaming .dll file gives error message Pin
Vikram A Punathambekar8-Jun-08 22:46
Vikram A Punathambekar8-Jun-08 22:46 
GeneralRe: renaming .dll file gives error message Pin
pavya_Cool8-Jun-08 23:01
pavya_Cool8-Jun-08 23:01 
AnswerRe: renaming .dll file gives error message Pin
0x3c09-Jun-08 0:43
0x3c09-Jun-08 0:43 
GeneralRe: renaming .dll file gives error message Pin
pavya_Cool9-Jun-08 1:11
pavya_Cool9-Jun-08 1:11 
GeneralRe: renaming .dll file gives error message Pin
0x3c09-Jun-08 2:56
0x3c09-Jun-08 2:56 
QuestionUpdating a Progress Form Pin
danielk_8-Jun-08 17:18
danielk_8-Jun-08 17:18 
I have a windows forms app which goes and does some processing. While this processing is being done I have created a progress form which I want to show the current progress (this is not working correctly).

The code is:

ProgressForm frm = new ProgressForm();   //this is just a simple Form

frm.ProgressText = "Do step 1...";                  //this sets some text on a label
DoStep1();

frm.ProgressText = "Do step 2...";
DoStep2();

frm.ProgressText = "Do step 3...";
DoStep3();

frm.ProgressText = "Completed";


This code will show the progress form, but it will not update the label text until all the steps have completed, then the progress form show "Completed", while the processing is still happening it shows nothing. Anyone know a solution?

thanks
AnswerRe: Updating a Progress Form Pin
mav.northwind8-Jun-08 19:08
mav.northwind8-Jun-08 19:08 
QuestionWeb cam streaming Pin
SHINOJK8-Jun-08 12:13
SHINOJK8-Jun-08 12:13 
QuestionHow to insert item into ListView control that have 2 column ? Pin
Yanshof8-Jun-08 12:03
Yanshof8-Jun-08 12:03 
AnswerRe: How to insert item into ListView control that have 2 column ? Pin
teejayem8-Jun-08 12:07
teejayem8-Jun-08 12:07 
Questionusing a click event of a picture box Pin
robig28-Jun-08 11:14
robig28-Jun-08 11:14 
AnswerRe: using a click event of a picture box Pin
Guffa8-Jun-08 11:52
Guffa8-Jun-08 11:52 
GeneralRe: using a click event of a picture box Pin
robig28-Jun-08 13:48
robig28-Jun-08 13:48 
GeneralRe: using a click event of a picture box Pin
robig27-Jul-08 7:44
robig27-Jul-08 7:44 
GeneralRe: using a click event of a picture box Pin
Guffa8-Jul-08 2:07
Guffa8-Jul-08 2:07 
QuestionPlatform Invoke Pin
ncjlee8-Jun-08 9:07
ncjlee8-Jun-08 9:07 
AnswerRe: Platform Invoke Pin
ncjlee8-Jun-08 23:00
ncjlee8-Jun-08 23:00 
Answerrealy want help Pin
Miss_hacker8-Jun-08 7:32
Miss_hacker8-Jun-08 7:32 
GeneralRe: realy want help Pin
Garth J Lancaster8-Jun-08 14:32
professionalGarth J Lancaster8-Jun-08 14:32 
QuestionWhich Image Would Make A Better Splash Screen Background? Pin
That Asian Guy8-Jun-08 7:14
That Asian Guy8-Jun-08 7:14 
AnswerRe: Which Image Would Make A Better Splash Screen Background? Pin
Gareth H8-Jun-08 7:29
Gareth H8-Jun-08 7:29 
GeneralRe: Which Image Would Make A Better Splash Screen Background? Pin
That Asian Guy8-Jun-08 8:15
That Asian Guy8-Jun-08 8:15 
AnswerRe: Which Image Would Make A Better Splash Screen Background? Pin
Anthony Mushrow8-Jun-08 13:36
professionalAnthony Mushrow8-Jun-08 13:36 

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.