TButton?
es ist ein normaler button den ich per
winapi erstellt habe:
Delphi-Quellcode:
mButton := CreateWindowEx(
WS_EX_CLIENTEDGE,
'BUTTON',
M_BTN_TEXT,
WS_VISIBLE or
BS_CENTER or
WS_CHILD or
ES_NOHIDESEL,
50,
50,
50,
50,
hWnd,
IDC_M_BTN,
hInstance,
nil
);
also ich verstehe es echt nicht, der style MUSS doch gehen...
Es ist ein projekt ohne
vcl.