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
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