_guest_ wrote:
This is already been implemented as a function.
UpDown control with increments other than 1.
I remember another thread with a similar topic, but cannot find it right now - search the forums.
Yes, various people have accomplished this in a variety of ways
with scripts, but I think that there should be a built-in function that does it. Something like this:
Quote:
Gui, Add, Edit
Gui, Add, UpDown, vMyUpDown Range1-10 Increment25, 5
Are you saying that there already is such a thing, and I'm just overlooking it?