Spin editline (Basic+)
At 04 NOV 2011 10:44:42PM Barry Stevens wrote:
Where can I find a spin control that has a + and - as the buttons, and be able to put it in OI…how.
tia.
At 05 NOV 2011 03:32PM Don Muskopf wrote:
Post removed by author
At 06 NOV 2011 04:10PM Karl Pozmann wrote:
Hi Barry;
I did this by creating two small buttons, one with the '+' and one with the '-' stacked on top of each other and then just incremented or decremented the value in the edit line in the respective button's click event.