E ExcludeReality Active Member Licensed User Jan 18, 2010 #1 I noticed that the form library does not allow you to align text on an ImageButton. Is there another way to do this?
I noticed that the form library does not allow you to align text on an ImageButton. Is there another way to do this?
Cableguy Expert Licensed User Longtime User Jan 18, 2010 #2 ExcludeReality said: I noticed that the form library does not allow you to align text on an ImageButton. Is there another way to do this? Click to expand... There are several way to do it, using dlls... either one exposing the text format props can, or my "ImageIbuttonEx" wich has some text format props exposed...for the desktop, of course...:sign0161:
ExcludeReality said: I noticed that the form library does not allow you to align text on an ImageButton. Is there another way to do this? Click to expand... There are several way to do it, using dlls... either one exposing the text format props can, or my "ImageIbuttonEx" wich has some text format props exposed...for the desktop, of course...:sign0161:
Erel B4X founder Staff member Licensed User Longtime User Jan 20, 2010 #3 You can also use ImageLib (or ImageLibEx) and draw the string on the ImageButton image.