I have a game and I have windows form (WF) coded in visual C# 2010 express. In the WF there are on-click controls for the game, and they are linked to the game itself (for e.x if i press a button in the WF something will happen in the game).
But there is a problem: The WF and the game are in two separate windows. this make the application messy. Can somebody tell me how to put the two parts of the application in one window?