Page 1 of 1

Creating a new method in a class

Posted: Thu Nov 12, 2009 5:08 pm
by dempty
Hi guys,

i've been working under an object and i found a method at msdn that is not declared in FWH.

Some body knows how can I implement this?


can i use the method handleevent for?



thanks

Re: Creating a new method in a class

Posted: Thu Nov 12, 2009 6:41 pm
by Antonio Linares
Diego,

What method is it ?

Re: Creating a new method in a class

Posted: Mon Nov 16, 2009 4:40 pm
by dempty
Antonio Linares wrote:Diego,

What method is it ?

AfterCheck and BeforeCheck in treeview class

Re: Creating a new method in a class

Posted: Tue Nov 17, 2009 12:05 am
by Antonio Linares
Diego,

I guess that you mean to implement support for some TVN_... (TreeView Notifications) values.

We have been reviewing all TVN_... values in c:\bcc55\include\commctrl.h and we don't find any values related to AfterCheck and BeforeCheck. Which TVN_... values do you mean ? thanks