[GD-Windows] Spin Control Right Align "Upside Down"
Brought to you by:
vexxed72
From: Corrinne Y. <cor...@sp...> - 2002-01-16 18:54:19
|
This is for the editor of my engine. I have an auto-buddy-ed Spin Control that is aligned right to be edit box. It is such that artists can type in number of, use the spin to scroll it bigger or smaller. I notice that when you click the "up arrow" the numbers get bigger, and the "down arrow" the numbers get smaller. This seems upside down (or backwards) to me. :) I figure in order to get the direction I want, I have to not use the convenient auto-buddy, and manually link the edit box number and the spin control value. Before I waste time writing that code, I wonder if you know of a special flag that would make the spin works "upside down" than from before (or a way to call the Windows API to do it for you). Thank you for any info from you Windows Experts out there. :) |