In the attempt to workaround this issue, I came up wih a control library that replicates a PictureBox/ImageButton and is compatible with FormExDesktop, enabling transparencies.
Version 2.0 now posted with some new text props and the new ability to get an image from an imagelist.
As usual, any comments and/or suggestions are welcome.
Hello!big thanks for this lib.
but i have broblem with it.when i try
imagebutton.image=apppath&"\1.bmp" it's all right BUT when i try
imagelist.add(apppath&"\1.bmp")
imagebutton.image=imagelist.item(0) i have error!
this error i have when i try add to imagebutton image from all controls.
it is bag?