-
Topic
-
Is it possible to use the time-control without displaying the seconds?
Thanks.
Ralf
%
Set DateTime2 = Dlg.AddDateTimeControl
with DateTime2
.Kind = fdtkTime
.Time = “00:00:00”
.Hint = “hh:mm:ss”
.Caption = “Dauer”
.Width = 100
.Left = 250
.Spacing = afvManual
.CaptionPosition = afvLeft
.CaptionWidth = iCaptWidth
.CaptionAlign = ftaRightJustify
end with
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.