Board index » Visual Studio » Using Multi-threading
|
carricka
|
Using Multi-threading
Visual Studio262
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 - |
