Creating a new method in a class

Post Reply
dempty
Posts: 22
Joined: Mon May 19, 2008 8:54 pm

Creating a new method in a class

Post 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
regards,

Diego Imenes
User avatar
Antonio Linares
Site Admin
Posts: 42556
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 80 times
Contact:

Re: Creating a new method in a class

Post by Antonio Linares »

Diego,

What method is it ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
dempty
Posts: 22
Joined: Mon May 19, 2008 8:54 pm

Re: Creating a new method in a class

Post by dempty »

Antonio Linares wrote:Diego,

What method is it ?

AfterCheck and BeforeCheck in treeview class
regards,

Diego Imenes
User avatar
Antonio Linares
Site Admin
Posts: 42556
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 80 times
Contact:

Re: Creating a new method in a class

Post 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
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply