uses ....,shellapi;
VAR
appbardata : TAppBarData;
Rect : TRect;
taskBarHeight : Integer;
begin
// Get The Taskbar Height
FillChar ( AppBarData,SizeOf(AppBarDa
SHAppBarMessage(ABM_GETTAS
Rect := appbardata.rc;
taskBarHeight := Rect.Bottom - Rect.Top;
Left := ( Screen.Width - Width ) DIV 2;
Top := Screen.Height - Height - Taskbarheight +2;
end;
Thursday, January 27, 2011
form position at bottom of the screen
10:07 PM
iwan RFID
0 comments:
Post a Comment