bnhcomputing
IS-IT--Management
I have a VB6 application. It reads data from an ASCII file and updates an Access database via an ODBC connection using ADO. The application works great.
I added a form and some progress controls to inform the user as to what is happening. Sometimes the form is OK, but most of the time, the form is “Not Responding” and the text boxes and progress controls do not update although the program continues to execute correctly.
If I add the DoEvents statement inside my loop, the form always updates, but cannot be moved, minimized, or maximized. Without the DoEvents, the form is sizable, moveable, minimizable, etc., but it does not update.
Thanks in advance for any suggestions.
Hubert Hoffman