Thema
:
Delphi
Desktop-Leiste: Wie werden Icons versetzt?
Einzelnen Beitrag anzeigen
MCXSC
(Gast)
n/a Beiträge
#
5
Re: Desktop-Leiste: Wie werden Icons versetzt?
19. Jul 2004, 20:39
Habe ich ja:
markieren
Delphi-Quellcode:
aAppBarData.uEdge := ABE_RIGHT;
aAppBarData.rc.Left := 0;
aAppBarData.rc.Right := 135;
aAppBarData.rc.Top := 0;
aAppBarData.rc.Bottom := 0;
Aber es funkioniert nicht...
Zitat