How to start a form on a new thread?
From: Randolph Neall (randolphneall_at_veracitycomputing.com)
Date: 04/14/04
- Next message: sean: "RE: How to start a form on a new thread?"
- Previous message: Jon Skeet [C# MVP]: "Re: Multi-Threaded UI"
- Next in thread: sean: "RE: How to start a form on a new thread?"
- Reply: sean: "RE: How to start a form on a new thread?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 14 Apr 2004 14:54:39 -0400
I'm having trouble instantiating and SHOWing a form on a new thread. The
form appears briefly then disappears from the screen and the taskbar. Is
there a sample somewhere how to do this? Preferrably C#?
Show(), for its part, as I understand it, despite its modelessness, does not
start a new thread, and therefore if the form runs a process that takes
time, the rest of the app would freeze, or so it would seem. Hence, the need
for a form on a new thread.
Thanks,
Randy Neall
- Next message: sean: "RE: How to start a form on a new thread?"
- Previous message: Jon Skeet [C# MVP]: "Re: Multi-Threaded UI"
- Next in thread: sean: "RE: How to start a form on a new thread?"
- Reply: sean: "RE: How to start a form on a new thread?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|