Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Tue Oct 25, 2005 12:54 pm Post subject: |
|
|
yes, using the # symbol before the name of the icon
ex:
| Code: |
#Resource Add,Bitmap,Bitmap.bmp
.........
Dialog Create,,Test Dialog,-1,0,385,303
DIALOG ADD,BITBTN,ButtonName,262,331,53,35,#Bitmap.bmp
..........
|
With me this work well
if I understanded well your problems
but remember that it worked with the compiled exe |
|