CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Timer

  1. #1
    Join Date
    Mar 1999
    Location
    USA
    Posts
    25

    Timer

    I have a VB 6.0 application that has 1 standard module with a Main sub procedure, and 7 other class modules. I am trying to create an instance of a timer object without using the timer control. Is this capable of being done in a class or standard module? I hope this makes sense to somebody...


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Timer

    Take a look at :

    http://support.microsoft.com/support.../7/36.asp?FR=0

    I also seem to remember there being a timer implemented using the API in a class module on the VB5 CD - I haven't checked, but it's probably on the VB6 CD as well (I think it's in the 'unsupported' directory somewhere - called XTimer (?) or similar)


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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

Featured