Tried adding a BMP to the .res-file (the ID is 101):
- Code: Select all
Call VP1.PictureResID(VRIGHT, VTOP, VFREE, VFREE, 0, 101, PIC_KEEPIMAGE)
And tried renaming the resource-ID with a string:
- Code: Select all
Call VP1.PictureResName(VRIGHT, VTOP, VFREE, VFREE, 0, "TEST", PIC_KEEPIMAGE)
What is the correct way of using these functions?
Thanks in advance!