B
BradleyWard
Hello,
I am coding an Add-In in Project Professional 2007 and it involves several
dialogs.
The System.Windows.Forms.Form class that dialogs are derived from has a Show
and a ShowDialog method with various calling signatures. I want to use the
signature that starts with a IWin32Window owner parameter so that the dialog
will appear on screen in a position relative to the Project Professional
windows.
My question is, how do I find the IWin32Window value from the Project
Professional API?
Thanks
Brad
I am coding an Add-In in Project Professional 2007 and it involves several
dialogs.
The System.Windows.Forms.Form class that dialogs are derived from has a Show
and a ShowDialog method with various calling signatures. I want to use the
signature that starts with a IWin32Window owner parameter so that the dialog
will appear on screen in a position relative to the Project Professional
windows.
My question is, how do I find the IWin32Window value from the Project
Professional API?
Thanks
Brad