Click here to Skip to main content
15,903,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hello Pin
Dave Kreskowiak26-Apr-05 5:02
mveDave Kreskowiak26-Apr-05 5:02 
GeneralModeless Help Window... Pin
Anonymous26-Apr-05 2:12
Anonymous26-Apr-05 2:12 
QuestionHow to Dial From One PC to other PC in LAN Pin
voip application26-Apr-05 1:22
voip application26-Apr-05 1:22 
AnswerRe: How to Dial From One PC to other PC in LAN Pin
Colin Angus Mackay26-Apr-05 2:46
Colin Angus Mackay26-Apr-05 2:46 
GeneralProcessBar stops in client window Pin
fracalifa26-Apr-05 1:14
fracalifa26-Apr-05 1:14 
GeneralRe: ProcessBar stops in client window Pin
Marc Clifton26-Apr-05 3:28
mvaMarc Clifton26-Apr-05 3:28 
GeneralRe: ProcessBar stops in client window Pin
fracalifa26-Apr-05 8:27
fracalifa26-Apr-05 8:27 
GeneralRe: ProcessBar stops in client window Pin
fracalifa1-May-05 5:15
fracalifa1-May-05 5:15 
Hi to myself, (and to others who are interested)

I have found a solution for the problem I mentioned above. It's not a problem of MDI or processbar, it's simly a question of understanding windows time schedule. Using

Application.DoEvents()     // Gives your app's time to react to following events in the message queue.


brought the success.
I thought that .net shares the cpu time automaticly within an application but that's wrong. If you want accept an reaktion from other parts of your program during long and time intensive operations you have to put one ore more DoEvents into these routines.

That's it

- End -
GeneralHTML Editor Pin
Manish Rakheja25-Apr-05 23:52
Manish Rakheja25-Apr-05 23:52 
GeneralRe: HTML Editor Pin
Polis Pilavas26-Apr-05 1:36
Polis Pilavas26-Apr-05 1:36 
Generala problem of collision Pin
harry~25-Apr-05 21:49
harry~25-Apr-05 21:49 
GeneralRe: a problem of collision Pin
mav.northwind25-Apr-05 22:01
mav.northwind25-Apr-05 22:01 
GeneralRe: a problem of collision Pin
harry~25-Apr-05 22:33
harry~25-Apr-05 22:33 
GeneralRe: a problem of collision Pin
Polis Pilavas26-Apr-05 1:41
Polis Pilavas26-Apr-05 1:41 
QuestionHow to solve the collision Pin
harry~25-Apr-05 21:48
harry~25-Apr-05 21:48 
AnswerRe: How to solve the collision Pin
Marc Clifton26-Apr-05 3:33
mvaMarc Clifton26-Apr-05 3:33 
Generalmonitor processes with WMI in .NET Pin
G_Zola25-Apr-05 20:33
G_Zola25-Apr-05 20:33 
GeneralRe: Copy XML Elements from one XML to another XML after comparing Pin
Kodanda Pani25-Apr-05 21:28
Kodanda Pani25-Apr-05 21:28 
GeneralRe: Copy XML Elements from one XML to another XML after comparing Pin
Praveen Nayak26-Apr-05 1:59
Praveen Nayak26-Apr-05 1:59 
GeneralRe: Copy XML Elements from one XML to another XML after comparing Pin
Praveen Nayak26-Apr-05 22:25
Praveen Nayak26-Apr-05 22:25 
QuestionHow to execute a EXE using C#? Pin
pubududilena25-Apr-05 20:06
pubududilena25-Apr-05 20:06 
AnswerRe: How to execute a EXE using C#? Pin
Anonymous25-Apr-05 20:24
Anonymous25-Apr-05 20:24 
AnswerRe: How to execute a EXE using C#? Pin
Mohamad Al Husseiny25-Apr-05 20:31
Mohamad Al Husseiny25-Apr-05 20:31 
AnswerRe: How to execute a EXE using C#? Pin
fracalifa26-Apr-05 1:23
fracalifa26-Apr-05 1:23 
GeneralRe: How to execute a EXE using C#? Pin
pubududilena1-May-05 16:59
pubududilena1-May-05 16:59 

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.