R
Rajat
Hi,
I have a MDI application. Right now I am applying the threading in my
application to make it faster. I have some of the doubts regarding that.
Please clarify.
1. Are the childs of the MDI parent open in different thread or the same UI
thread?
2. Is it ok if I want to open multiple MDI child windows on their individual
threads?
3. If I place some user control on the form. Will that be on a different
thread?
4. Can I place the UI related functionality of User Control on a separate
thread and it it ok to do so?
Regards,
Rajat Tandon.
I have a MDI application. Right now I am applying the threading in my
application to make it faster. I have some of the doubts regarding that.
Please clarify.
1. Are the childs of the MDI parent open in different thread or the same UI
thread?
2. Is it ok if I want to open multiple MDI child windows on their individual
threads?
3. If I place some user control on the form. Will that be on a different
thread?
4. Can I place the UI related functionality of User Control on a separate
thread and it it ok to do so?
Regards,
Rajat Tandon.