Prev: Happy Birthday
Next: Print to a specific printer
From: mp on 21 Jun 2010 01:18 it doesn't appear to, how else can i know when a form was moved by user clicking in titlebar and dragging to new position?
From: David Kerber on 21 Jun 2010 08:02 In article <#DE2mEQELHA.3344(a)TK2MSFTNGP04.phx.gbl>, nospam(a)Thanks.com says... > > it doesn't appear to, > how else can i know when a form was moved by user clicking in titlebar and > dragging to new position? Why would your care where the user moves it to? D
From: Larry Serflaten on 21 Jun 2010 08:06 "mp" <nospam(a)Thanks.com> wrote > it doesn't appear to, > how else can i know when a form was moved by user clicking in titlebar and > dragging to new position? Why do _you_ need to know? When do you _need_ to know? Think about those, with an open mind of course, and perhaps you'll see clear to another solution.... LFS
From: Kevin Provance on 21 Jun 2010 11:42 "mp" <nospam(a)Thanks.com> wrote in message news:%23DE2mEQELHA.3344(a)TK2MSFTNGP04.phx.gbl... : it doesn't appear to, : how else can i know when a form was moved by user clicking in titlebar and : dragging to new position? Because moving the form to a new location does not qualify as a form_resize, since there was no resizing done. If you are concerned about saving the forms position, the best time to do that is when the form is unloading. -- Customer Hatred Knows No Bounds at MSFT Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc Bawwk! Paulie want a dingleball, bawwk!
From: Paul Clement on 21 Jun 2010 11:55
On Mon, 21 Jun 2010 00:18:11 -0500, "mp" <nospam(a)Thanks.com> wrote: � it doesn't appear to, � how else can i know when a form was moved by user clicking in titlebar and � dragging to new position? � See if the following helps: http://www.codeguru.com/forum/showthread.php?t=255281 Paul ~~~~ Microsoft MVP (Visual Basic) |