I am making an XNA 4.0 game in visual studio c# 2010 express. In the game i am using a winForm for some properties that the user can change. I want the winForm window to appear exactly right to the main xna game window (for clarity and better interface). And my question is, how can i get the coordinates of the xna game window? How can i change the coordinates of the winForm window so the window appears exactly right of the main game window?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
Use this:
|
|||
|
|
|
You need to set the StartPosition property to FormStartPosition.Manual before setting the new position... Here you are a detailed example:
|
|||
|
|
vsign next to them :) – user1306322 Jan 26 at 21:50