Home All Groups Group Topic Archive Search About
Author
21 Sep 2005 6:59 AM
sali
dtpicker alows *day* selection, *month* scrolling, but is it possiblce to
have also fast *year* selection?
to select day two years in the past, i now need *twentyfour* times te select
left arrow on month slider.
the alternative way is to first type in raw date [with desired year] in text
box, then to select exact day from standard month grid,
or, with opened month grid to click between month slider arrows, and select
first month, tehe to repeat until desired year reached.
bu i can not find any *direct* method for year selection.

so, is there some *gui* way for quick year selecting through dtpicker
control?

thnx

Author
21 Sep 2005 7:07 AM
sali
Show quote Hide quote
"sali" <s***@euroherc.hr> wrote in message
news:%23ksdIonvFHA.2880@TK2MSFTNGP12.phx.gbl...
> dtpicker alows *day* selection, *month* scrolling, but is it possiblce to
> have also fast *year* selection?
> to select day two years in the past, i now need *twentyfour* times te
> select left arrow on month slider.
> the alternative way is to first type in raw date [with desired year] in
> text box, then to select exact day from standard month grid,
> or, with opened month grid to click between month slider arrows, and
> select first month, tehe to repeat until desired year reached.
> bu i can not find any *direct* method for year selection.
>
> so, is there some *gui* way for quick year selecting through dtpicker
> control?
>
> thnx


ops, immideately after sending question, i found that on opened month grid,
clicking *year* part of dsate on top of grid, activates additional *year*
selecting sider.
am i now completely understand dtpicker usage, or is there another hidden
shortcuts?

thnx.
Author
21 Sep 2005 7:52 AM
Rick Rothstein [MVP - Visual Basic]
Show quote Hide quote
> > dtpicker alows *day* selection, *month* scrolling, but is it
possiblce to
> > have also fast *year* selection?
> > to select day two years in the past, i now need *twentyfour*
times te
> > select left arrow on month slider.
> > the alternative way is to first type in raw date [with desired
year] in
> > text box, then to select exact day from standard month grid,
> > or, with opened month grid to click between month slider
arrows, and
> > select first month, tehe to repeat until desired year reached.
> > bu i can not find any *direct* method for year selection.
> >
> > so, is there some *gui* way for quick year selecting through
dtpicker
> > control?
>
> ops, immideately after sending question, i found that on opened
month grid,
> clicking *year* part of dsate on top of grid, activates
additional *year*
> selecting sider.
> am i now completely understand dtpicker usage, or is there
another hidden
> shortcuts?

You did find that clicking on the month's name displayed a
drop-down list for you to select the month from, right? There are
also keyboard shortcuts available when the calendar grid is
displayed. Obviously, the arrow keys will move up/down and
right/left through the day part of the calendar. In addition to
that, the PageUp and PageDown keys will move through the calendar
display month by month AND holding down the Control key while
pressing the PageUp and PageDown keys will move through the
calendar year by year. Oh, and if you move the calendar display to
another month, day and/or year, you can always return to the
current month, day and year by clicking on the red circle icon
located on the bottom of the monthly displays. And I guess I
should mention that with the calendar display NOT shown, you can
move between fields using the right/left arrow keys and you can
increase/decrease the highlighted field using the up/down keys.

Rick
Author
21 Sep 2005 10:41 AM
sali
Show quote Hide quote
"Rick Rothstein [MVP - Visual Basic]" <rickNOSPAMnews@NOSPAMcomcast.net>
wrote in message news:epSv1FovFHA.3720@TK2MSFTNGP14.phx.gbl...
>> > dtpicker alows *day* selection, *month* scrolling, but is it
> possiblce to
>> > have also fast *year* selection?
>> > to select day two years in the past, i now need *twentyfour*
> times te
>> > select left arrow on month slider.
>> > the alternative way is to first type in raw date [with desired
> year] in
>> > text box, then to select exact day from standard month grid,
>> > or, with opened month grid to click between month slider
> arrows, and
>> > select first month, tehe to repeat until desired year reached.
>> > bu i can not find any *direct* method for year selection.
>> >
>> > so, is there some *gui* way for quick year selecting through
> dtpicker
>> > control?
>>
>> ops, immideately after sending question, i found that on opened
> month grid,
>> clicking *year* part of dsate on top of grid, activates
> additional *year*
>> selecting sider.
>> am i now completely understand dtpicker usage, or is there
> another hidden
>> shortcuts?
>
> You did find that clicking on the month's name displayed a
> drop-down list for you to select the month from, right? There are
> also keyboard shortcuts available when the calendar grid is
> displayed. Obviously, the arrow keys will move up/down and
> right/left through the day part of the calendar. In addition to
> that, the PageUp and PageDown keys will move through the calendar
> display month by month AND holding down the Control key while
> pressing the PageUp and PageDown keys will move through the
> calendar year by year. Oh, and if you move the calendar display to
> another month, day and/or year, you can always return to the
> current month, day and year by clicking on the red circle icon
> located on the bottom of the monthly displays. And I guess I
> should mention that with the calendar display NOT shown, you can
> move between fields using the right/left arrow keys and you can
> increase/decrease the highlighted field using the up/down keys.
>
> Rick


thanks, it seems dtpicker has all the shortcuts it needs for single date
picking.
well done!

in the meantime, i found dtpicker [& moonthview] description under ms win
controls reference, but it is *developers* reference, since dtpicker is
quite complex control [from user's pow], is there some *users* reference
about [typical, default, if not disabled] usage?