FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Creating a new method in a class
Posts: 22
Joined: Mon May 19, 2008 08:54 PM
Creating a new method in a class
Posted: Thu Nov 12, 2009 05:08 PM

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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Creating a new method in a class
Posted: Thu Nov 12, 2009 06:41 PM

Diego,

What method is it ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 22
Joined: Mon May 19, 2008 08:54 PM
Re: Creating a new method in a class
Posted: Mon Nov 16, 2009 04:40 PM
Antonio Linares wrote:Diego,

What method is it ?

AfterCheck and BeforeCheck in treeview class
regards,



Diego Imenes
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Creating a new method in a class
Posted: Tue Nov 17, 2009 12:05 AM

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

Continue the discussion