Results 1 to 7 of 7

Thread: [VB6] Function Wait (non-freezing & non-CPU-intensive)

Hybrid View

  1. #1
    Banned
    Join Date
    Nov 2012
    Posts
    1,171

    Re: [VB6] Function Wait (non-freezing & non-CPU-intensive)

    working good am on xp my beep isnt working also

    Private Sub Command1_Click()
    Wait 5000
    Me.Caption = "aaaaa"
    End Sub


    and working so i guess code is working and also this is needed better then other timer waiting codes

  2. #2
    New Member
    Join Date
    Mar 2013
    Posts
    4

    Re: [VB6] Function Wait (non-freezing & non-CPU-intensive)

    What's the difference about your code with timer object?

Tags for this Thread

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