SlimDX - Stop MessagePump()

Started by
-1 comments, last by Hooch180 12 years, 7 months ago
Hello.
I created new form and executed MessagePump.Run(Form, loop) in new thread.
How can I stop that messagepump?

I want to close that window, and stop loop from running and terminate thread.

I tried to use Close() method on that form. Form disappears but thread is still running mainloop all the time.

This topic is closed to new replies.

Advertisement