Using Multi-threading
simchajoy2000_at_yahoo.com
Date: 10/18/04
- Next message: Brad Shook: "Re: Passing parameter to a Threaded function?"
- Previous message: Tom: "Interesting question for preferences saving/restoring"
- Next in thread: Brad Shook: "Re: Using Multi-threading"
- Reply: Brad Shook: "Re: Using Multi-threading"
- Reply: Altman: "Re: Using Multi-threading"
- Messages sorted by: [ date ] [ thread ]
Date: 18 Oct 2004 13:57:10 -0700
Hi,
I am designing an interface which allows users to load certain files
into the interface. While the file is loading, I want to display a
VB.NET form with the list of messages generated during the process. I
want the form to be displayed during the loading process and the
messages to appear one after another as they are generated in the
back-end. I'm pretty sure I need to use multi-threading for this but
I am having a lot of trouble figuring out how to do it.
I think part of my problem might be that the function which displays
the form and adds the messages to the form gets called on an
as-needed-basis instead of in a step-by-step process.
Does anyone have any advice or ideas on how I can approach this
problem??
Thanks!!
Joy
- Next message: Brad Shook: "Re: Passing parameter to a Threaded function?"
- Previous message: Tom: "Interesting question for preferences saving/restoring"
- Next in thread: Brad Shook: "Re: Using Multi-threading"
- Reply: Brad Shook: "Re: Using Multi-threading"
- Reply: Altman: "Re: Using Multi-threading"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|