I wouldn't put a beep in the paint event.

Instead, try something like this:

  If Me.Enabled then
    g.DrawPicture Image35, 0, 0
  End If

When I do this, it works fine. However, depending on everything else that is
going on in your ap, you might not be so lucky.

If you still have trouble, try processing things in a thread so that the
application isn't bogged down as much when executing demanding processes.



_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to