i have these code:
before raiseevent, i must put a delay with same milliseconds, but these delay can't pause the project only these procedure.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
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





Reply With Quote