Board index » delphi » Understanding Form Movement
Bilal
![]() Delphi Developer |
Bilal
![]() Delphi Developer |
TObject
![]() Delphi Developer |
2004-10-13 01:37:14 AM
Re:Understanding Form Movement
"Bilal" <XXXX@XXXXX.COM>writes news:416bfa9f$XXXX@XXXXX.COM...
Quote
|
Kevin
![]() Delphi Developer |
2004-10-13 02:14:44 AM
Re:Understanding Form Movement
Bilal writes:
QuoteHow i can understand when form moving. example of how they are used. You will at least be able to tell when the user clicks on the "non-client" area of the window and that will let you know that the user is beginning to drag the Window. There may be a better way that I am not aware of (I don't have Delphi handy at the moment). www.delphicorner.f9.co.uk/articles/forms6.htm |
Kirk Halgren
![]() Delphi Developer |
2004-10-13 02:47:02 AM
Re:Understanding Form Movement
"Bilal" <XXXX@XXXXX.COM>writes
Quote
Kirk Halgren "Back in 2000 a Republican friend warned me that if I voted for Al{*word*151}and he won, the stock market would tank, we'd lose millions of jobs, and our military would be totally overstretched. You know what? I did vote for gore, he did win, and I will be damned if all those things didn't come true!" -- James Carville |
Kevin
![]() Delphi Developer |
2004-10-13 02:59:53 AM
Re:Understanding Form Movement
Kevin writes:
QuoteThere may be a * Add code in the timer event to check if the Top and Left values have changed for the form. This one's a bit {*word*193} because you're constantly running something when your app should really be idle. And it won't tell you exactly when they start moving the windows unless you set the timer interval really low. Cheers, Kevin. |
Eddy POULLET
![]() Delphi Developer |
2004-10-13 03:13:55 AM
Re:Understanding Form MovementQuote
Brussels Not the good ng :) |
Ingvar Nilsen
![]() Delphi Developer |
2004-10-13 04:27:14 AM
Re:Understanding Form Movement
Bilal writes:
QuoteHow i can understand when form moving. Install a handler for these messages and see what happens. -- Ingvar Nilsen |
David Clegg
![]() Delphi Developer |
2004-10-13 06:55:45 AM
Re:Understanding Form Movement
TObject writes:
Quotemaybe it is you who are moving, and the form is staying still. Cheers, David Clegg dclegg_at_ebetonline_dot_com Vote 1 cc.borland.com/codecentral/ccweb.exe/listing :-) Now supports Google Groups searching with Dyna-extend(tm) technology! QualityCentral. The best way to bug Borland about bugs. qc.borland.com "Heh Heh Heh! Lisa! Vampires are make believe, just like elves and gremlins and eskimos." - Homer Simpson |