Using Multi-threading

simchajoy2000_at_yahoo.com
Date: 10/18/04


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



Relevant Pages

  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... loading and manipulating of such files isn't lightning fast unless you have really powerfull dedicated hardware. ... to see whole image you need to read whole image, and then eventualy generate a smaller sample for display. ... BUT to have this smaler sample you need to load ALL the pixels of oryginal image. ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... Alejandro Lapeyre ... > loading and manipulating of such files isn't lightning fast unless you ... > smaller sample for display. ... > load ALL the pixels of oryginal image. ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... second is that even if you want only to see the image, you need to load all of it's pixels. ... smaller sample for display. ... BEFORE loading it. ...
    (microsoft.public.dotnet.framework.drawing)
  • Loading ?
    ... I'm currently writing some plug-in modules for a system that somebody else is developing. ... They have provided my with an interface to implement, and when I do, everything loads into their system fine. ... My plug-in will no longer load into their system. ... However, I think their system is loading version C, and then not loading the appropriate plugins because those plugins were build referencing a difference version of library. ...
    (microsoft.public.dotnet.general)
  • Re: Next Version of GDI+ (maybe GDI+ 2.0)
    ... You don't need to load the full image to apply an effect on it. ... You do thinks sequentially, you read a bunch of pixels, process them, ... > loading and manipulating of such files isn't lightning fast unless you ... > smaller sample for display. ...
    (microsoft.public.dotnet.framework.drawing)

Loading