CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: VictorN

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    12,059

    Re: How to test if KillTimer has been called?

    1. SetTimer API has for arguments, not two.
    2. Why do you need (or think that you need) to "programmatically, at some point in the code, test if a certain timer has been killed"? :confused:
  2. Replies
    8
    Views
    12,059

    Re: How to test if KillTimer has been called?

    What do you mean by "How to test"? :confused:
    Just set a breakpoint and/or use TRACE and debug!
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured