Results 1 to 10 of 10

Thread: [RESOLVED] about delay a procedure not a program

Threaded View

  1. #1

    Thread Starter
    PowerPoster joaquim's Avatar
    Join Date
    Apr 2007
    Posts
    3,966

    Resolved [RESOLVED] about delay a procedure not a program

    i have these code:
    Code:
    If blnEnter = False Then
            'wait some milliseconds, but the rest of program must continue
            RaiseEvent MouseHover(mbMouseButton, skShift, MousePos.x, MousePos.y)
        End If
    before raiseevent, i must put a delay with same milliseconds, but these delay can't pause the project only these procedure.
    i try use the timer but doesn't work, because the intervale was ignored.
    can anyone help me?
    can i start the timer control interval from begin?
    thanks
    Last edited by joaquim; Jul 13th, 2008 at 05:50 PM.
    VB6 2D Sprite control

    To live is difficult, but we do it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width