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

Вниз

вопрос про WM_WINDOWPOSCHANGING   Найти похожие ветки 

 
brother ©   (2013-04-27 07:05) [0]

procedure TForm.WndProc(var Message: TMessage);
var
 wp: PWindowPos;
begin
 case Message.Msg of
...
   WM_WINDOWPOSCHANGING: begin
     wp := PWindowPos(Pointer(message.LParam));

     Form1.Memo1.Lines.Clear;
     Form1.Memo1.Lines.Add("x" + IntToStr(wp.x));
     Form1.Memo1.Lines.Add("y" + IntToStr(wp.y));
     Form1.Memo1.Lines.Add("cx" + IntToStr(wp.cx));
     Form1.Memo1.Lines.Add("cy" + IntToStr(wp.cy));
   end;
...
 end;

 inherited WndProc(Message);
end;


в memo1 все значения всегджа равны 0, почему?


 
clickmaker ©   (2013-04-27 11:12) [1]

TForm.WndProc ?


 
brother ©   (2013-04-27 11:16) [2]

да. form1 Для отладки...


 
brother ©   (2013-04-27 11:40) [3]

> TForm.WndProc ?

TFormExt



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

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

Наверх




Память: 0.47 MB
Время: 0.005 c
15-1379023229
Мишаня
2013-09-13 02:00
2014.02.23
Всех с Днем программиста!


15-1378877464
Demo
2013-09-11 09:31
2014.02.23
Oracle подскажите выход


15-1378655580
Error-Code-0xDEADBEEF
2013-09-08 19:53
2014.02.23
Идея стартапа


15-1377606242
Пит
2013-08-27 16:24
2014.02.23
1c8: среда разработки


15-1378532362
Мишаня
2013-09-07 09:39
2014.02.23
Прога для VoIP Viber отзывы