1. using Vel
- Posted by Liquid-Nitrogen Software <nitrogen_069 at HOTMAIL.COM> Nov 15, 1999
- 507 views
- Last edited Nov 16, 1999
2 things: is it possible to get the DateTimePicker (set to show time) to show only hours : minutes AM/PM without having seconds? it'd be very useful. And #2. What controls should i use to make a scrollable panel on a tab page, like the one in the control inspector that Damien has? Thanks, Mark.
2. Re: using Vel
- Posted by Gary Dumer <dumer9354 at MY-DEJA.COM> Nov 16, 1999
- 488 views
Hello, Liquid-Nitrogen Software <nitrogen_069 at HOTMAIL.COM> wrote: >2 things: > >is it possible to get the DateTimePicker (set to show time) to show only >hours : minutes AM/PM > >without having seconds? it'd be very useful. Not at this time. I'll put it on the todo list. > >And #2. >What controls should i use to make a scrollable panel on a tab page, like >the one in the control inspector that Damien has? > Use the undocumented SCROLLBOX control. Many of the standard attributes apply, for example: ALIGN, TOP, LEFT, RIGHT, HEIGHT, WIDTH. There are others, so experiment. This should be in the bleeding edge version. If not, it certainly is in the Damien version. NOTE: It is NOT available as a dynamic control in Damien... yet! constant scrollbox1 = CreateControl(SCROLLBOX, Form1) SetAttribute(scrollbox1, {{ALIGN, ACLIENT}}) Hope this helps... Gary.