D
dotnet-force
Hi all,
I wrote an Addin for MS Project 2002 in C#
I've to store many information in each project (strings), so I found the
CustomDocumentProperties to store them. But it seems the string
properties are limited to 256 char.
So do you know if there is an other way to store information in a project
without this limitation ? (I know it exists something in Word :
Word.Document.Variables
but it doesn't exist in MS Project).
Thanks for the help.
Pascal Lenormand
I wrote an Addin for MS Project 2002 in C#
I've to store many information in each project (strings), so I found the
CustomDocumentProperties to store them. But it seems the string
properties are limited to 256 char.
So do you know if there is an other way to store information in a project
without this limitation ? (I know it exists something in Word :
Word.Document.Variables
but it doesn't exist in MS Project).
Thanks for the help.
Pascal Lenormand