N
Nenad Dobrilovic
Hi,
I have big problem. I made generic form which can be rendered, and as a
result of that action, I get System.Windows.Forms.Form object.
Rendering must be done in GUI thread (one which has message pump), but I
can't garantee that the using of Render function will be made in GUI thread.
This is Render function:
public object Render(Synchronizer.T sync)
{
return sync.Render(this); <-- this function is making real Form
}
I want that Render function is doing in GUI thread allways. Can anyone
help me?
Thanx, Cheya
I have big problem. I made generic form which can be rendered, and as a
result of that action, I get System.Windows.Forms.Form object.
Rendering must be done in GUI thread (one which has message pump), but I
can't garantee that the using of Render function will be made in GUI thread.
This is Render function:
public object Render(Synchronizer.T sync)
{
return sync.Render(this); <-- this function is making real Form
}
I want that Render function is doing in GUI thread allways. Can anyone
help me?
Thanx, Cheya