Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2004.05.02;
Скачать: CL | DM;

Вниз

Получение экранных координат по хендлу   Найти похожие ветки 

 
Islander   (2004-03-10 08:46) [0]

Приветствую!

Я имею хендл активного контола ЧУЖОГО окна. Как можно получить его экранные координаты?


 
NAlexey ©   (2004-03-10 09:06) [1]

 
 Windows.GetClientRect(Handle, TheRect);
 MapWindowPoints(Handle, 0, TheRect, 2);


 
Islander   (2004-03-10 09:50) [2]

Спасибо, только последний вопросик: TheRect - имеет тип TRect, или нет?


 
evvcom   (2004-03-10 14:53) [3]

А F1 не судьба нажать?


 
kat   (2004-03-10 22:28) [4]

The GetWindowRect function retrieves the dimensions of the bounding rectangle of the specified window. The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen.

BOOL GetWindowRect(

   HWND hWnd, // handle of window
   LPRECT lpRect  // address of structure for window coordinates
  );


Parameters

hWnd

Identifies the window.

lpRect

Points to a RECT structure that receives the screen coordinates of the upper-left and lower-right corners of the window.



Return Values

If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.

See Also

GetClientRect, RECT


 
kat   (2004-03-10 22:30) [5]

А вообще советую win32msdkhelp



Страницы: 1 вся ветка

Текущий архив: 2004.05.02;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.023 c
1-1082288709
Falcon(TFSoft)
2004-04-18 15:45
2004.05.02
Как мне создать объект, конструктору которого необходимо передать


6-1077853402
Delpher_Gray
2004-02-27 06:43
2004.05.02
WinSock сервер, события


8-1071478333
alexeyII
2003-12-15 11:52
2004.05.02
Как можно вывести на принтер TIF-файл?


1-1082031444
Серг
2004-04-15 16:17
2004.05.02
Поиск в Excelевском документе


1-1081941918
Cr@zy-EyE
2004-04-14 15:25
2004.05.02
Создаю объект в initialization, а в юните его не видно