Login  Register

Re: DatePresenter

Posted by Blair McGlashan-3 on Nov 29, 2005; 9:05pm
URL: https://forum.world.st/DatePresenter-tp3376496p3376578.html

"Ian Bartholomew" <[hidden email]> wrote in message
news:[hidden email]...

> Andy,
>
>> What OS are you using? This doesn't seem to occur under Windows XP
>
> I see the same problem on XP (and your patch doesn't seem to make a
> difference).
>
> Perhaps it only happens on a system that doesn't have a updated copy of
> MSCOMCT2.OCX on it, mine is version 6.0.8804 dated 14/3/2000.  That would
> be the version available on a XP system that doesn't have any newer MS
> tools present.
>
> FWIW I get the same error when I try to look at the MaskedEdit class.

I could understand if MonthView doesn't work for you - that (like
MaskedEdit) is included in the image mainly as an example of a wrapping
around an ActiveX control. Unfortunately it isn't actually any use (at
design time, so-called) unless you have an MS development tool installed
that provides you with a license for it. Frankly it is more trouble that it
is worth and I think we might as well just ditch them both.

The Date-time picker is another matter - its a Windows common control, and
ought to work for you on XP (the issue being over the initialisation of the
common controls library, which doesn't work on 2K because we ask it to
include a control class not available on that platform).

Regards

Blair