My vb.net application populates an excel sheet.
While populating, the form locks and can not click on close to stop the population. I believe this is to do with threading. Is this correct? what code should I use, etc?
Thanks
Printable View
My vb.net application populates an excel sheet.
While populating, the form locks and can not click on close to stop the population. I believe this is to do with threading. Is this correct? what code should I use, etc?
Thanks
problem solved.
What was your solution?
Application.DoEvents()