Help!
-
Hy! I want to make a comboBox and when I want to select I have some time in Items like 08:00 AM 08:30 AM 09:00 AM but I want to have the possibility to introduce a time like 08:05 AM, 10x :-D
Then you just have to get the text from the editor and add it to the collection of items in the combobox (in some combobox related event or when pressing some button).
SkyWalker
-
Hy! I want to make a comboBox and when I want to select I have some time in Items like 08:00 AM 08:30 AM 09:00 AM but I want to have the possibility to introduce a time like 08:05 AM, 10x :-D
sorry,Your question is not clear............... Try with DateTime values
My small attempt...
-
Hy! I want to make a comboBox and when I want to select I have some time in Items like 08:00 AM 08:30 AM 09:00 AM but I want to have the possibility to introduce a time like 08:05 AM, 10x :-D
mihksoft wrote:
Help!
Everyone asking questions on this forum is looking for help. Please choose a more appropriate subject line.
-
Hy! I want to make a comboBox and when I want to select I have some time in Items like 08:00 AM 08:30 AM 09:00 AM but I want to have the possibility to introduce a time like 08:05 AM, 10x :-D
Could you please elaborate the question please. I could not get you properly! Does that mean, that once you click on 8.00 am, u need to place a time with a difference of .05 units in some other control or something.?
Keshav Kamat :) India
-
Could you please elaborate the question please. I could not get you properly! Does that mean, that once you click on 8.00 am, u need to place a time with a difference of .05 units in some other control or something.?
Keshav Kamat :) India
-
Nope I want to have the possibility to select a time from a drawlist, but I want to have the possibility to modify the date in the same control.
what is the criteria for modification.......... If this is not a frequent action then you can simply remove and add new items using DataTime variables................. but still ur question is not clear
My small attempt...