MDI and threads

  • Thread starter Thread starter Fritz
  • Start date Start date
F

Fritz

Hi,

actually I have a childform, which runs a self-written script
interpreter (runs aprox. 1 min).
I want to create more child-forms and I want to have the interpreters
run parallel.
Right now only the interpreter of the last created form is running until
it is finished and then the other ones are continuing.

How can I make parallel working child-forms

bye

Mike
 
Back
Top