Home All Groups Group Topic Archive Search About
Author
2 Mar 2007 10:54 AM
Bob
I am using VB 6.0 SP5
I use the Date Picker control, and was wondering if someone has a better
control, (XP Styles) that has the same basic functions.

Thanks in advance.

Bob
rober***@mountaincable.net

Author
2 Mar 2007 3:22 PM
Rick Rothstein (MVP - VB)
>I am using VB 6.0 SP5
> I use the Date Picker control, and was wondering if someone
> has a better control, (XP Styles) that has the same basic functions.

Better? Better in what way?

Rick
Author
2 Mar 2007 4:19 PM
Dave O.
He probably means "prettier" as the standard job does not adopt XP themes,
so it does look a tad out of place.

Regards
Dave O.

Show quoteHide quote
"Rick Rothstein (MVP - VB)" <rickNOSPAMnews@NOSPAMcomcast.net> wrote in
message news:OqRca6NXHHA.4252@TK2MSFTNGP06.phx.gbl...
> >I am using VB 6.0 SP5
>> I use the Date Picker control, and was wondering if someone
>> has a better control, (XP Styles) that has the same basic functions.
>
> Better? Better in what way?
>
> Rick
>
Author
3 Mar 2007 9:46 AM
Bob O`Bob
Dave O. wrote:
> He probably means "prettier" as the standard job does not adopt XP themes,
> so it does look a tad out of place.
>

It always looked like crap, IMO.
Author
3 Mar 2007 1:01 AM
MikeD
"Bob" <rober***@mountaincable.net> wrote in message
news:%23Tq95jLXHHA.4872@TK2MSFTNGP03.phx.gbl...
>I am using VB 6.0 SP5
> I use the Date Picker control, and was wondering if someone has a better
> control, (XP Styles) that has the same basic functions.

Go here:

http://ccrp.mvps.org/controls/ccrpdtp6.htm

There's a replacement DTPicker that uses the API and so is dynamically
linked to comctl32.dll and so can use WinXP themes (if a manifest file is
also used).

It never actually made it to a final release, but I've used the public beta
that's available.  Other than a few little things about it, by biggest
complaint is that it requires another "helper" DLL as well. It could have
just as easily been written without this helper dll.

--
Mike
Microsoft MVP Visual Basic