I just want to increase/decrease a number in an editfield/label with this two, kinda scroll buttons, in the picture. Of course i could use an Editbox or a lable and two commandbuttons, but i thought there is already a microsoft-vb control for that..
Ok, obviously there's really no control for it.. Where do I find that "UpDown"-Control? VScrollbar is not appropriate, because you don't know which button was pressed..
The MS Common Controls-2 contains an UpDown control which is probably what you want. You may also find one or more Spin Buttons controls in the Components list.