GUI_IMAGE_TO_SELECTOR(IMAGE,GAD)

IMAGE = image pointer

Will attach an image to a thumbnail selector and assign it an offset number - ie the first image passed will have an offset of 0.

Example:

isel.GADGET=GUI_IMAGE_SELECTOR(mywin,10,20,100,100,10,10,1,"Select Image")
 
GUI_IMAGE_TO_SELECTOR("gfx\pic!.BMP",isel)
 
See also:
 
GUI_DIR_TO_SELECTOR - pass a whole directory of images to a selector