Can I run multiple controls in seperate threads, on the same form?

T

Teis Draiby

I have a combined Direct3D and Drawing (GDI+) application. In the drawing
part I can paint a height map that dynamically update its 3D representation.
The Direct3D and the Drawing part are placed in seperate controls hosted on
the same form.
In order to make the drawing part more responsive to the user (which happens
to be impatiently me) I'd like to run each control in its own thread.

Question:
Would I face problems having a form hosting multiple controls that run in
different threads??
or, What is the common way to handle such case?


Looking very much forward for answers,
regards, Teis
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top