News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

check if a file exists [better way]

Started by x64Core, November 15, 2012, 08:56:14 PM

Previous topic - Next topic

x64Core

Quote from: qWord on November 16, 2012, 06:19:55 PM
Quote from: RHL on November 16, 2012, 06:03:18 PMif I don't want to use global variables how can I pass information to timer procedure, for example I want to use a string from
one way is to associate the data with the window (-handle)

  • use WNDCLASSEX.cbWndExtra + Get/SetWindwoLong
  • use Get/SetWindowLong with GWL_USERDATA
  • use properties (Set/GetProp)

GWL_USERDATA looks like very interesting, thank you qWord  :biggrin: