VB6 Application showing not responding

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sawanthome
    New Member
    • Feb 2009
    • 2

    VB6 Application showing not responding

    I wrote an app under vb6 and MsAccess. Whenever this app is running, I could not do other work. Or else, the app will become "not responding" but actually it is still running and processing. Also, the progressbar will no longer active.

    How should I overcome this?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    what exactly is your application doing ?

    Comment

    • sawanthome
      New Member
      • Feb 2009
      • 2

      #3
      First of all thanks for your reply.

      Actualy my application is trying to retrive some data from Access database.

      Comment

      • rieeatmee
        New Member
        • Mar 2010
        • 2

        #4
        just add

        doevents

        in your looping

        Comment

        Working...