Form freezed !

domiq44

New member
Joined
Feb 9, 2006
Messages
1
Location
Nantes
Programming Experience
Beginner
Hello,

I have a Form A, with a lot of work to do.
This work is broken into small chunks.
A the beginning of the work, I instanciate a Form B.
Before each chunk, I call a method to send informations to the Form B to display information about the current chunk beeing processed.
At the end, I hide the Form B and terminate.

The problem is that the Form B freezed !
It's like it take all the cpu and is quiet never refreshed !!!

Who can help me please ?
 
Does this happen from the minute form b is opened or does processing work and then it freezes? Either way it sounds like a problem with your code possibly an infinate loop. Try commenting out some of the code that performs the chunks of work and find which ones work and which ones do not.
 
Back
Top