|
|
|
date: Fri, 13 Jun 2008 17:04:34 +0100,
group: microsoft.public.win32.programmer.ui
back
Re: DTPicker and bold dates
MikeD wrote:
> "Marc" <.> wrote in message news:%238yGjMjzIHA.5716@TK2MSFTNGP04.phx.gbl...
>> MikeD wrote:
>>
>>>> MikeD wrote:
>>>>> No, it creates an actual MonthView. You have to be sure you're
>>>>> subclassing the MonthView when it's displayed.
>>>> No, totally useless.
>>> No, what's useless is your reply.
>> No, he's right.
>> Read MSDN to learn what is the WM_NOTIFY message...
>>
>
> His reply was useless because he didn't provide any details. If I'm wrong
> about something, I can accept that and would hope someone corrects me. I WAS
> incorrect because WM_NOTIFY is sent to the parent window of the control. If
> Benoit has stated that fact instead of just saying my reply was useless, I'd
> have thanked him for the correction. At least your reply did prompt me to
> review the WM_NOTIFY message and realize my mistake, so thank you for that
> (but you also could have stated what my error was).
>
Anyone care to elaborate?
What does WM_NOTIFY have to do with this?
I have subclassed the parent, and it doesn;t appear to be getting the
notifications, but this could be the VB wrapper.
I do know that you can get wm_notify messages by subclassing the control
itself using the WM_REFLECT or something similar. I'll need to dig into
my other code.
This does however assume that it sends the messages I'm interested in.
--
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team
iCode Systems
date: Mon, 16 Jun 2008 09:11:38 +0100
author: Dean Earley
|
|