RC-File TFolder

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

RC-File TFolder

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Otto,

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

FOLDER32 is a define that gets translated into "SysTabControl32"
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply