Click here to Skip to main content
15,921,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: progress window Pin
enginço18-Jul-08 1:43
enginço18-Jul-08 1:43 
GeneralRe: progress window Pin
N a v a n e e t h18-Jul-08 1:46
N a v a n e e t h18-Jul-08 1:46 
GeneralRe: progress window Pin
Mogaambo18-Jul-08 1:51
Mogaambo18-Jul-08 1:51 
GeneralRe: progress window Pin
N a v a n e e t h18-Jul-08 2:05
N a v a n e e t h18-Jul-08 2:05 
GeneralRe: progress window Pin
Mogaambo18-Jul-08 2:34
Mogaambo18-Jul-08 2:34 
GeneralRe: progress window Pin
N a v a n e e t h18-Jul-08 2:45
N a v a n e e t h18-Jul-08 2:45 
GeneralRe: Please check only that lines which are commented AND IGNORE REST Pin
Mogaambo18-Jul-08 2:52
Mogaambo18-Jul-08 2:52 
GeneralRe: Please check only that lines which are commented AND IGNORE REST Pin
N a v a n e e t h18-Jul-08 3:05
N a v a n e e t h18-Jul-08 3:05 
You are doing just opposite to what I said. I reiterate, do long running process on the method which you are invoking using MethodInvoker. Show progress dialog in the main thread. When the long running process finishes, end the progress window. You will get cross thread access error when you try to close the progress, so use Invoke/BeginInvoke to close the progress window safely.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: Please check only that lines which are commented AND IGNORE REST Pin
Mogaambo18-Jul-08 3:14
Mogaambo18-Jul-08 3:14 
QuestionAsynchronous call of a dynamically loaded method? Pin
matthias s.18-Jul-08 1:14
matthias s.18-Jul-08 1:14 
AnswerRe: Asynchronous call of a dynamically loaded method? Pin
N a v a n e e t h18-Jul-08 1:34
N a v a n e e t h18-Jul-08 1:34 
GeneralRe: Asynchronous call of a dynamically loaded method? Pin
matthias s.18-Jul-08 1:47
matthias s.18-Jul-08 1:47 
GeneralRe: Asynchronous call of a dynamically loaded method? Pin
N a v a n e e t h18-Jul-08 2:03
N a v a n e e t h18-Jul-08 2:03 
GeneralRe: Asynchronous call of a dynamically loaded method? Pin
matthias s.18-Jul-08 2:59
matthias s.18-Jul-08 2:59 
GeneralRe: Asynchronous call of a dynamically loaded method? Pin
N a v a n e e t h18-Jul-08 3:14
N a v a n e e t h18-Jul-08 3:14 
GeneralRe: Asynchronous call of a dynamically loaded method? Pin
matthias s.18-Jul-08 3:52
matthias s.18-Jul-08 3:52 
GeneralRe: Asynchronous call of a dynamically loaded method? Pin
N a v a n e e t h18-Jul-08 17:17
N a v a n e e t h18-Jul-08 17:17 
QuestionUsing MIRR function in c# Pin
sumit703418-Jul-08 0:16
sumit703418-Jul-08 0:16 
AnswerRe: Using MIRR function in c# Pin
CPallini18-Jul-08 0:32
mveCPallini18-Jul-08 0:32 
GeneralRe: Using MIRR function in c# Pin
sumit703418-Jul-08 0:38
sumit703418-Jul-08 0:38 
GeneralYou are welcome. Pin
CPallini18-Jul-08 0:41
mveCPallini18-Jul-08 0:41 
QuestionSerialPort and data received event Pin
kildareflare18-Jul-08 0:02
kildareflare18-Jul-08 0:02 
AnswerRe: SerialPort and data received event Pin
kildareflare18-Jul-08 1:01
kildareflare18-Jul-08 1:01 
GeneralRe: SerialPort and data received event Pin
Luc Pattyn18-Jul-08 1:38
sitebuilderLuc Pattyn18-Jul-08 1:38 
QuestionCan any body Tell me about 64 bit Pin
wasimsharp17-Jul-08 23:46
wasimsharp17-Jul-08 23:46 

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.