-
scroll bars
i am using the UpDown control from Microsoft Windows Common Controls-2 6.0 assigning
Buddy Control = Text1
SyncBuddy = checked
Buddy Property = text
i want to be able to scroll through time values (11:00, 14:00, 18.30) in the text box.
any advice or help would be greatly appreciated
-
try using the DTPicker control instead... it is in one of the windows common controls (i forget which one) but when you add that go to the properties of it and set the format to time... then it works like a textbox with the updown controls already on it... it is pretty neat