[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

David Youngblood

11/16/2010 12:01:00 PM

Not really a VB question.

I have a DateTimePicker control created from the common control library
comctl32.dll. On Win7, the user can not select any weekday part in the
control.

For example,
CustomFormat = "MMMM dd, dddd", displays - November 16, Tuesday
The user can select November or 16, but not Tuesday. Order doesn't matter,
weekday is never seletable. This wasn't an issue on XP, so why the change?

David



4 Answers

GS

11/16/2010 1:19:00 PM

0

David Youngblood explained :
> Not really a VB question.
>
> I have a DateTimePicker control created from the common control library
> comctl32.dll. On Win7, the user can not select any weekday part in the
> control.
>
> For example,
> CustomFormat = "MMMM dd, dddd", displays - November 16, Tuesday
> The user can select November or 16, but not Tuesday. Order doesn't matter,
> weekday is never seletable. This wasn't an issue on XP, so why the change?
>
> David

Did you ship and properly register comctl32.ocx? (As opposed to dll)
Did you mean your app is using the OCX?

--
Garry

Free usenet access at http://www.eternal-sep...
ClassicVB Users Regroup! comp.lang.basic.visual.misc


Karl E. Peterson

11/16/2010 7:52:00 PM

0

David Youngblood explained :
> Not really a VB question.
>
> I have a DateTimePicker control created from the common control library
> comctl32.dll. On Win7, the user can not select any weekday part in the
> control.
>
> For example,
> CustomFormat = "MMMM dd, dddd", displays - November 16, Tuesday
> The user can select November or 16, but not Tuesday. Order doesn't matter,
> weekday is never seletable. This wasn't an issue on XP, so why the change?

Huh. Yeah, confirmed. You can't even highlight the weekday, can you?
Looks like they changed the behavior of the underlying DLL?

--
..NET: It's About Trust!
http://vfre...


David Youngblood

11/17/2010 11:21:00 AM

0


"Karl E. Peterson" <karl@exmvps.org> wrote...
> David Youngblood explained :
>> Not really a VB question.
>>
>> I have a DateTimePicker control created from the common control library
>> comctl32.dll. On Win7, the user can not select any weekday part in the
>> control.
>>
>> For example,
>> CustomFormat = "MMMM dd, dddd", displays - November 16, Tuesday
>> The user can select November or 16, but not Tuesday. Order doesn't
>> matter, weekday is never seletable. This wasn't an issue on XP, so why
>> the change?
>
> Huh. Yeah, confirmed. You can't even highlight the weekday, can you?
> Looks like they changed the behavior of the underlying DLL?

Thanks for the confirmation. It's nice to know it wasn't something I was
doing wrong, this time.

David


Karl E. Peterson

11/17/2010 7:40:00 PM

0

David Youngblood expressed precisely :
> "Karl E. Peterson" <karl@exmvps.org> wrote...
>> David Youngblood explained :
>>> Not really a VB question.
>>>
>>> I have a DateTimePicker control created from the common control library
>>> comctl32.dll. On Win7, the user can not select any weekday part in the
>>> control.
>>>
>>> For example,
>>> CustomFormat = "MMMM dd, dddd", displays - November 16, Tuesday
>>> The user can select November or 16, but not Tuesday. Order doesn't matter,
>>> weekday is never seletable. This wasn't an issue on XP, so why the change?
>>
>> Huh. Yeah, confirmed. You can't even highlight the weekday, can you?
>> Looks like they changed the behavior of the underlying DLL?
>
> Thanks for the confirmation. It's nice to know it wasn't something I was
> doing wrong, this time.

Well, to be honest, I didn't check to see that my code "worked" in XP.
<g>

Not sure I've ever seen that format used before.

--
..NET: It's About Trust!
http://vfre...