CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 1999
    Posts
    5

    Creating delay under NT

    How can I create accurate delay (resolution of 1 msec) inside DLL running 16-bit application under NT.


  2. #2
    Join Date
    May 1999
    Location
    CA, USA
    Posts
    586

    Re: Creating delay under NT

    How about Sleep()

    Rail

    Recording Engineer/Software Developer
    Rail Jon Rogut Software
    [email protected]
    http://home.earthlink.net/~railro/

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