Display the 'Task Information' dialog box in MS Project 2002

D

dotnet-force

Hi all,

In my C# addin for MS Project 2002, I want to display the 'Task
Information' dialog box i.e. the dialog box which appears when choosing
the 'Project -> Task Information...' menu item.

I saw nothing in the MS Project SDK documentation but perhaps I missed
something.

Thanks for your help.

Pascal Lenormand
ILOG
 
D

dotnet-force

Hi all again,

Finally I found the function. I have to use the following line :
Application.InformationDialog(Microsoft.Office.Interop.MSProject.PjInformationTab.pjTaskCustomFieldsTab);

Pascal
ILOG
 
Top