-1

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?

yoozz
  • 247
  • 2
  • 15
  • Hi, I'm not familiar with MS Project 2010, however if the area where you want to insert your Windows Form contains a valid Windows Handle, then you could reparent your window. Can you please verify with [Spy++](http://neilmitchell.blogspot.com/2012/01/hiding-win32-windows.html) if there is a window Handle ? If such a handle exists, then I can show you how to reparent the window using the windows API –  Feb 22 '12 at 02:14
  • Yes, I checked and that area contains a Windows Handle 000904FE. Looking forward hearing your advice, and thanks for your interest. – yoozz Feb 27 '12 at 13:26

0 Answers0