>>>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, it creates an actual MonthView. You have to be sure you're
>>>>subclassing the MonthView when it's displayed.
[quoted text clipped - 5 lines]
> 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).

Signature
Mike
Microsoft MVP Visual Basic
Dean Earley - 16 Jun 2008 09:11 GMT
>>>>> No, it creates an actual MonthView. You have to be sure you're
>>>>> subclassing the MonthView when it's displayed.
[quoted text clipped - 10 lines]
> 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.

Signature
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team
iCode Systems
kilt - 18 Jun 2008 07:12 GMT
> Anyone care to elaborate?
> What does WM_NOTIFY have to do with this?
[quoted text clipped - 6 lines]
> my other code.
> This does however assume that it sends the messages I'm interested in.
see specialized api ng (comp.os.ms-windows.programmer.win32)
to understand why it can't work (classic problem for years...)
Dean Earley - 18 Jun 2008 12:31 GMT
>> Anyone care to elaborate?
>> What does WM_NOTIFY have to do with this?
[quoted text clipped - 9 lines]
> see specialized api ng (comp.os.ms-windows.programmer.win32)
> to understand why it can't work (classic problem for years...)
Google finds absolutely nothing relevant in that group and nor can my
news reader.
I have posted there so someone can explain this "classic problem" that
no one else has asked about...
Bizarrely, a "fred100" also told me about this by email (but also
neglected to include any further details)
Try picking one name/email and sticking to it.

Signature
Dean Earley (dean.earley@icode.co.uk)
i-Catcher Development Team
iCode Systems