|
| Outline Routines BitMaps |
 |
Tue, 2 Oct 2007 10:33:57 +0200 |
Can i create new BitMaps for OutLine Routines
i have find only :
folder_bm
file_bm
drive_bm
checkbox_bm
radio_bm
es.
CALL SBSetResFile("RESOURCE.DLL")
CALL SBAddNode(OutLnId%%, MID$ (KFATT_DM,11,5), PAD$ (FORNIT_DM,6) + MID$
(KFATT_DM,11,8), MID$ (DESMAN_DM,1,40) + " " + STR$
(IMPORTO_DM,"-,99999999.00"),"radio_BM")
Thank you
JOE
|
| Post Reply
|
| Re: Outline Routines BitMaps |
 |
Tue, 02 Oct 2007 18:46:49 +010 |
JOE wrote:
> Can i create new BitMaps for OutLine Routines
>
> i have find only :
> folder_bm
> file_bm
> drive_bm
> checkbox_bm
> radio_bm
>
> es.
> CALL SBSetResFile("RESOURCE.DLL")
>
> CALL SBAddNode(OutLnId%%, MID$ (KFATT_DM,11,5), PAD$ (FORNIT_DM,6) + MID$
> (KFATT_DM,11,8), MID$ (DESMAN_DM,1,40) + " " + STR$
> (IMPORTO_DM,"-,99999999.00"),"radio_BM")
Joe,
this looks like SuperBoxes stuff. As far as I can remember, you can
certainly add new resources to the DLL (or build your own), but you need
the tools to create such a Win16 DLL, like Delphi 1, VC++ 1.52c or
older, or some other kit that can work with Win16 resource files.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|