PlanetSquires Forums

Support Forums => José Roca Software => Topic started by: philbar on July 08, 2020, 02:53:23 PM

Title: UpDown control
Post by: philbar on July 08, 2020, 02:53:23 PM
I just noticed something.

In the function updown_getrange32(), the high and low limits are declared as WORD PTR, whereas in updown_setrange32(), the corresponding parameters are LONG. Doesn't seem right.
Title: Re: UpDown control
Post by: José Roca on July 08, 2020, 06:57:11 PM
You're right. It should be LONG PTR. I have modified AfxCtl.inc.
Thanks very much for reporting it.