Page 1 of 1

RC-File TFolder

Posted: Wed Oct 10, 2007 8:39 pm
by Otto
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

Posted: Wed Oct 10, 2007 8:48 pm
by Antonio Linares
Otto,

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

FOLDER32 is a define that gets translated into "SysTabControl32"