Hi,

I'm currently developing some software, in which I developed my own Input system for Forms. Today I'm focusing on the one thing I'm baffled to understand.

I have my normal Form1 as it were to a blank project, and inside that I called a new form to be created ( Custom message box ). It works all fine. However I'm wanting to make this new created forms location relative to the main forms X/Y coords.

So for instance, Main form opens, click button, it creates my new form but to the right hand side of the main form and if more are created at the same time it's position would be now relative to the main form and the currently opened msgbox. Here's an image of my question