- 586 名前:デフォルトの名無しさん mailto:sage [2008/03/28(金) 17:16:51 ]
- >>580
ParetBackgroundやTransparentかな? ついでに私も質問・・・ Graphics::TBitmap *bitmap = new Graphics::TBitmap(); bitmap->SetSize(SpeedButton1->Width, SpeedButton1->Height); bitmap->Canvas->Brush->Color = clRed; bitmap->Canvas->FillRect(TRect(0, 0, bitmap->Width, bitmap->Height)); SpeedButton1->Glyph = bitmap; こんな感じでやって見ましたがボタンの色が何一つ変わりません。 どなたか教えてくらさい・・・
|

|