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#.

Signature
Regards,
Phil Johnson (MCSD For .NET)
www.pjsoftwaredevelopment.com
Nicholas Paldino [.NET/C# MVP] - 18 Jan 2008 21:40 GMT
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).

Signature
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
> Hello,
>
[quoted text clipped - 10 lines]
> out
> how to do it in C#.