Hi!
May be someone can tell me the name of the control i'm searching. I've attached a picture of the control.
regards
alexvb
Printable View
Hi!
May be someone can tell me the name of the control i'm searching. I've attached a picture of the control.
regards
alexvb
It's probably a ListBox. What is it that you want to do?
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..
You can create that with the UpDown Control and a textbox
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.
Ok! Thx!
regards
alexvb