From: Webmaster C. <web...@cy...> - 2001-05-26 08:59:51
|
Hi ! > $_ = Win32::GUI::FindWindow ("Shell_TrayWnd", ""); > @_ = Win32::GUI::GetWindowRect ($_); > > $width = $_[2] - $_[0]; > $height = $_[3] - $_[1]; ok - thx ... works fine !!!! cu Thorsten S. |