Displaying bitmaps without pre-importing them

Started by leo9, September 16, 2016, 06:00:15 AM

Previous topic - Next topic

leo9

Hi,

I am just working on my first dialog in OpenDCL.

I need to show a list of bitmaps in a folder and then display the selected bitmap.  I have tried the Picture Box but that requires the bitmaps to be pre-loaded via the Picture Folder button.

How can I display a bitmap without pre-loading it?

Thanks

roy_043

(dcl-PictureBox-LoadPictureFile <CONTROL> Filename [as String] {Stretch [as Boolean]})

leo9