Results 1 to 2 of 2

Thread: Wm_systimer ?

  1. #1

    Thread Starter
    Member
    Join Date
    Dec 2005
    Posts
    43

    Wm_systimer ?

    Does anybody know the value of this undocumented window message ?

    A Google seaerch yield the following result : 0x0118 but my VB code doesn't recognise it.

    Anybody knows the HexaDecimal equivalent or Decimal equivalent of 0x0118 ??


    Regards.

  2. #2
    Oi, fat-rag! bushmobile's Avatar
    Join Date
    Mar 2004
    Location
    on the poop deck
    Posts
    5,592

    Re: Wm_systimer ?

    That is Hex, but as it would be denoted in C (i think)
    VB Code:
    1. Const WM_SYSTIMER = &H118
    A good tip for looking for the contant values is to google search for "Const WM_SYSTIMER" (include the quotes)

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