C# utlity automating Microsoft Project - need to show a hidden fie

  • Thread starter Thread starter Phil Johnson
  • Start date Start date
P

Phil Johnson

Hello,

I have written a C# utility that creates an MS Project file and it's great,
the only thing is I populate one of the fields (text1) that is not displayed
by default in a new file.

I cannot find a way of displaying or hiding fields via code.

If anybody knows how to do this in any language (C#, VB, VBA etc) then
please let me know... if I know the method call I should be able to work out
how to do it in C#.
 
Phil,

This would not be a langage specific question, really. One language is
not going to enable this over another. This is because all access is going
to be through the Automation library, which is what I imagine you are using
already. So, if that library doesn't expose a method to do this, then you
won't be able to do it (short of hacking the file format).
 

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

Back
Top