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

    Speed of PeekMessage

    I send same message to a App for several times. And use PeekMessage() to get this message. For the first time, getting this message spent a lot of time, from the second time, spent only a little, WHY?

  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882

    Re: Speed of PeekMessage

    I dont think that PeekMessage does anything to slow it down, can you post your code here for analysis ?
    Regards,
    Ramkrishna Pawar

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