ImageButtonEXDesktop

Cableguy

Expert
Licensed User
Longtime User
ImageButtonEXDesktop v1.1

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.
 

Attachments

  • ImageButtonEx.zip
    16.3 KB · Views: 168
Last edited:

Byak@

Active Member
Licensed User
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?
 

Cableguy

Expert
Licensed User
Longtime User
Not a bug... currently only direct file assigning works on this dll...
I wil look into adding some more fuctionalities....
 

Cableguy

Expert
Licensed User
Longtime User
New Version 2.0 is now available.

Added new Text Properties and the ability to get the image from an imagelist control.
Zip file on the first post.
 
Top