Dnia 2010-04-08, o godz. 00:28:00 Zaher Dirkey <[email protected]> napisał(a):
> Use GetWindowRect to get the window size from out > Use GetClientRect to get the inner rect that can draw in it. > the deffrent between the 2 of rect is depend on the theme you are use, > But you must notice the ClientRect is always has Left, Top = 0; so > try to offset the WindowRect to 0, 0 Thanks, GetWindowRect works as I need. regards faber -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
