The MASM Forum

Microsoft 64 bit MASM => Examples => Topic started by: hutch-- on August 16, 2021, 03:00:18 PM

Title: One shot timer example
Post by: hutch-- on August 16, 2021, 03:00:18 PM
I originally prototyped this in PowerBASIC and it worked OK so I have done a 64 bit MASM version that not only has the thread based timer but a useful enough technique for making a viable bitmap button. To bloat it up a bit, it has a 128 pixel icon to make it "Pretty".  :biggrin:

I removed the OBJ module to get the zip file size down so you need to run "makeit.bat" to get it back.
Title: Re: One shot timer example
Post by: stevenxie on August 16, 2021, 05:48:43 PM
hi, Hutch,  :thumbsup:
Title: Re: One shot timer example
Post by: hutch-- on August 16, 2021, 07:41:09 PM
 :biggrin:
Title: Re: One shot timer example
Post by: daydreamer on August 16, 2021, 08:05:23 PM
thanks Hutch :thumbsup:
this convinces me to use thread in my GUI,instead of WM_TIMER