Irgendwie hakt's gerade:
Ich erstelle so (non-
vcl!)
Zitat:
hwndAddTeaBtn := CreateWindowEx(0,'BUTTON', '+',
WS_VISIBLE or WS_CHILD or BS_FLAT, 8, 81, 23, 22, hwndTeaListControlGbx,
IDC_ADDTEABTN, hInstance, nil);
eine Schaltfläche mit dem Stil BS_FLAT. Allerdings wird sie wie ein ganz normaler, kleiner Button angezeigt. Weiß jemand, wie ich den Button "flach" bekomme, wie man es von der
VCL-Komponente "TSpeedButton" kennt?
XP-Manifest ist übrigens eingebunden, Parent ist eine GroupBox.