I have a database which contains data regarding specific tasks from a Ms Project file. In order to see these data, I right click on a task and by clicking on a menu item, it opens a Window Form displaying the data regarding the task. I developed this in Visual Studio 2010. To make it more easy-to-use I would like to insert this form in a view, so that I will be able to see both Gantt Chart and my windows form.
Any ideas how to do that?