FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour RC-File TFolder
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM
RC-File TFolder
Posted: Wed Oct 10, 2007 08:39 PM

If you change from FW to FWH do you have to change all

CONTROL "",999, "TFolder", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 11, 2, 383, 246
in Rc file to: FOLDER32?

include "......\fwh\include\winapi.ch"

CONTROL "", 110, FOLDER32, 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 8, 4, 398, 234
Regards,
Otto

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
RC-File TFolder
Posted: Wed Oct 10, 2007 08:48 PM

Otto,

Yes, or simply change "TFolder" into "SysTabControl32"

FOLDER32 is a define that gets translated into "SysTabControl32"

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion