Window position [Resolved]
I have a question about window positioning relative to the parent window. I know I can set the properties of a form for StartPosition Center Parent and when the form is opened from a link or button on the parent form the second form will open in the center of that form.
My question.... say that Center Parent isn't quite the exact location that you would like the form to open at. Is there a method of modifying or creating the Load postion X, Y so that it is still refrenced to the position of the parent other than changing the info in the Properties section?
Example: the second form that is opened would open more to the top of the parent form instead of the center of the parent.
Thanks in advance for ideas....