PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: James Padgett on July 19, 2012, 09:13:54 PM

Title: Dialog Processes as a Thread ?
Post by: James Padgett on July 19, 2012, 09:13:54 PM
Would it be good to process the form events as a thread  or at least the option of using a thread ?
Title: Re: Dialog Processes as a Thread ?
Post by: José Roca on July 19, 2012, 09:42:25 PM
It would be impossible. Only the thread in which a window has been created can execute the window procedure for that particular window.