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.
Printable View
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.
That is Hex, but as it would be denoted in C (i think)A good tip for looking for the contant values is to google search for "Const WM_SYSTIMER" (include the quotes)VB Code:
Const WM_SYSTIMER = &H118