Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   C++ Builder (https://www.clubdelphi.com/foros/forumdisplay.php?f=13)
-   -   Mover componentes (https://www.clubdelphi.com/foros/showthread.php?t=32533)

masterwolf_fzh 08-06-2006 19:29:54

Mover componentes
 
HOla a todos, tengo un problemita quiero hacer una aplicacion donde yo pueda mover botones o imagenes en tiempo de ejecucion..
Ya estuve investigando pero solo encuentro para delphi:p

procedure TForm1.Panel1MouseDown(Sender: TObject; Button: TMouseButton;
Shift: TShiftState; X, Y: Integer);
const
SC_DragMove = $F012; { a magic number }
begin
ReleaseCapture;
panel1.perform(WM_SysCommand, SC_DragMove, 0);
end;

:confused:
Alguien me podria ayudar pasar eso en builder c++


Muchas gracias de antemano :)


La franja horaria es GMT +2. Ahora son las 22:28:48.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi