Is it possible to remove hideous outline around a TSpeedButton glyph?
I've run into a bit of a snag, is it just me or can you not assign an image from a resource to TSpeedButton's glyph without a hideous black outline as shown below? I've assigned it exactly the same way for the TImage component and I'm getting the result needed. I've been searching for quite a while but no one seems to have this bizarre and annoying problem. Here's my source code for the form below: procedure TForm3.Button1Click(Sender: TObject); var r : tresourcestream; png : tpngimage; begin r := tresourcestream.CreateFromID(hinstance,34,'cardimage'); png := tpngimage.Create; png