form won't move

S

simcon

I have a form in a window.
Every time I try and reposition it in another part of the screen it goes
back to same place.
All other form windows behave correctly
 
W

Wayne Morgan

Is there any code running in the form's Timer event that moves it to a
specific location? Does the form make any API calls (although I don't know
what they would be) in code that would prevent it from being moved?
 
Top