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

Thread: Timer Control

  1. #1
    Join Date
    Sep 2001
    Posts
    1

    Timer Control

    Does anyone know how to use the timer control without having a form in your project. In my case I want a timer in a .dll, which has no forms and I don't want to add another class, I want to use the built in timer object.


  2. #2
    Join Date
    May 2001
    Location
    Canada
    Posts
    182

    Re: Timer Control

    You can use SetTimer and KillTimer API. There are a lot of posts on this site, you can search them by using those keywords.

    Regards,

    Michi

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