Dialog Processes as a Thread ?

Started by James Padgett, July 19, 2012, 09:13:54 PM

Previous topic - Next topic

James Padgett

Would it be good to process the form events as a thread  or at least the option of using a thread ?

José Roca

It would be impossible. Only the thread in which a window has been created can execute the window procedure for that particular window.