T
terry_zhou82
Unregistered / Unconfirmed
GUEST, unregistred user!
代码如下:procedure TForm1.Button1Click(Sender: TObject);beginSpeedButton1.Glyph.Handle :=LoadBitmap(HInstance, 'bmp1');end;procedure TForm1.Button2Click(Sender: TObject);beginSpeedButton2.Glyph.Handle :=LoadBitmap(HInstance, 'bmp2');end;资源文件内容如下:myrec.rcbmp1 BITMAP img/play.bmpbmp2 BITMAP img/stop.bmp但问题是,为是么SPEEDBUTTON上面不能显示?