Hello 
I want to detect when my mouse click on my form then I can drag It. In Delphi 
programming I can used this code.

procedure TLoginForm.NCHitTest(var _Msg:TMessage);
begin
  inherited;
  if _Msg.Result=HTCLIENT then _Msg.Result:=HTCAPTION;
end;

But in Lazarus I can find HTCLIENT and HTCAPTION

Please help me...


=============INTOSOFT============
           ALEXIO CHAOS
   [EMAIL PROTECTED]   
          Yahoo Messager
=================================
       
---------------------------------
Get the free Yahoo! toolbar and rest assured with the added security of spyware 
protection. 

Reply via email to