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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top