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

Вниз

wm_getminmaxinfo?   Найти похожие ветки 

 
[lamer]Barmaglot ©   (2003-01-22 14:06) [0]

Кто-нибудь подскажите как этим пользоваться на АРI, а то на дельфи нашел, а вот на АРI чего-то не вижу. Если есть возможность скиньте пример пожалуйста.


 
Nick_N_A ©   (2003-01-23 06:12) [1]

WM_GETMINMAXINFO
lpmmi = (LPMINMAXINFO) lParam; // address of structure


typedef struct tagMINMAXINFO { // mmi
POINT ptReserved;
POINT ptMaxSize;
POINT ptMaxPosition;
POINT ptMinTrackSize;
POINT ptMaxTrackSize;
} MINMAXINFO;


Members

ptReserved

Reserved; do not use.

ptMaxSize

Specifies the maximized width (point.x) and the maximized height (point.y) of the window.

ptMaxPosition

Specifies the position of the left side of the maximized window (point.x) and the position of the top of the maximized window (point.y).

ptMinTrackSize

Specifies the minimum tracking width (point.x) and the minimum tracking height (point
.y) of the window.

ptMaxTrackSize

Specifies the maximum tracking width (point.x) and the maximum tracking height (point.y) of the window.


 
[lamer]Barmaglot ©   (2003-01-23 09:53) [2]

Help я читал, а вот как пользоваться так и не понял...

Как из lParam получить TMinMaxInfo?


 
Игорь Шевченко ©   (2003-01-23 10:09) [3]

with PMinMaxInfo(lParam) do begin
...
end;


 
[lamer]Barmaglot ©   (2003-01-23 10:18) [4]

Ты забыл ^, но все равно спасибо, главное я понял принцип...

with PMinMaxInfo(lParam)^ do begin
...
end;




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

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

Наверх




Память: 0.47 MB
Время: 0.015 c
3-39199
Aleksandr
2003-02-21 15:30
2003.03.13
Как при вставке записи заполнить ее идентификатором подчиненных?


1-39401
nester
2003-03-03 12:07
2003.03.13
Как показать форму на заднем плане?


1-39255
Vint
2003-03-03 08:49
2003.03.13
CheckListBox


3-39149
Оксана
2003-02-19 10:13
2003.03.13
Ошибки BDE Engine


14-39550
Beginner N1024
2003-02-19 01:05
2003.03.13
Как открыть в D5 проект, написанный в D7