Question : The marquee progressbar hangs as the next line of the code executes

As the splash form shows up which is shown in middle of procedure on the mainform it freezes as the procedure continues to execute.

Related Solutions: Flash screen in vb.net 2005

Answer : The marquee progressbar hangs as the next line of the code executes

It appears the main UI thread is being bottle necked with the operation so no messages can be processed on the UI thread.  Depending on what it's that your executing you can either add Application.DoEvents() or move the entire operation into a background worker.

Can you post the code your executing or explain what exactly this "process" is doing?

Random Solutions  
 
programming4us programming4us