i have datetimepicker with showup on form and customer must select time for
reservation but
if customer click on up or down button datetimepicker must raise(up)
orlowering(down) minute on my clock.
Only selected value can be something like that:
00:00
00:30
01:00
01:30
......
......
...
more >>
All -
I have a custom control - in which when a property value changes, i call
"PerformLayout" method (becoz my internal layout calculations have changed).
I also override "OnLayout" to do the actual layout calculations.
When the control is used from "VS Designer", form.designer.cs generate...
more >>