Irish_GUI
March 4th, 2004, 06:35 AM
Hi,i am writing a web server for a college assignment
and
i have created a dialog based windows app using the appwizard.
i have 2 buttons start and stop
when start is pressed by the user,
the web server starts a thread,
but i am unable to press the stop button
as the thread of execution is running for the web server,
can someone tell me how to implement a UI thread,
i have found one example on codeproject.com but it is very confusing and bloated
and
i have created a dialog based windows app using the appwizard.
i have 2 buttons start and stop
when start is pressed by the user,
the web server starts a thread,
but i am unable to press the stop button
as the thread of execution is running for the web server,
can someone tell me how to implement a UI thread,
i have found one example on codeproject.com but it is very confusing and bloated