How to use 1 RC and 1 DLL file?
Posted: Mon Nov 28, 2005 11:12 am
Dear All,
I've use 1 RC (Fix screen) and DLL (custom screen ) file as following in fw 16bit. How can I do in FWH/xHb?
************
Static hResc
Function main()
hResc := GetResources()
SET RESOURCES TO ("SECOND.DLL")
SET RESOURCES TO ("BWCC.DLL")
SetResource( hResc )
..
Function Scr
Set Resource To "SECOND.DLL"
DEFINE DIALOG ...
ACTIVATE DIALOG ... ;
ON PAINT SetResources( hResc )
return
Regards,
Dutch
I've use 1 RC (Fix screen) and DLL (custom screen ) file as following in fw 16bit. How can I do in FWH/xHb?
************
Static hResc
Function main()
hResc := GetResources()
SET RESOURCES TO ("SECOND.DLL")
SET RESOURCES TO ("BWCC.DLL")
SetResource( hResc )
..
Function Scr
Set Resource To "SECOND.DLL"
DEFINE DIALOG ...
ACTIVATE DIALOG ... ;
ON PAINT SetResources( hResc )
return
Regards,
Dutch