void __fastcall TForm1::StatusBar1DrawPanel(TStatusBar *StatusBar, TStatusPanel *Panel, const TRect &Rect)
{
if (Panel->Index == 0) //Change this line if you want another panel
{
Graphics::TBitmap *tmpBitmap=new Graphics::TBitmap();
tmpBitmap->LoadFromFile("bac.bmp");
StatusBar->Canvas->Draw(Rect.Left,Rect.Top,tmpBitmap);
delete tmpBitmap;
}
}
Kategorien
-
Neueste Beiträge
- Links
- [ABAP] Lesen des Inhalts von CDS-Entitäten
- Pflanzliche Ernährung kann das Alzheimer-Risiko senken
- Wissensmanagement
- [CSS] Farbschemen
- [CSS] Frameworks
- [ABAP] SPRO-Customizing – Anzeigen und Ändern eines Projektplans
- Software-Alternativen
- [SVG] SVG-Viewer und Editoren
- [SVG] SVG-Icon-Bibliotheken