J Jon Skeet [C# MVP] Jan 23, 2004 #2 sara said: Once i have created a word document, how can I make it read only??? Click to expand... Have a look at File.SetAttributes.
sara said: Once i have created a word document, how can I make it read only??? Click to expand... Have a look at File.SetAttributes.
W Willy Denoyette [MVP] Jan 23, 2004 #3 It depends, should it be read only at the file system level, or at the document level? For the first one look at File.SetAttributes, for the second, you could use Word's document protection (menu: tools/protect document). Willy.
It depends, should it be read only at the file system level, or at the document level? For the first one look at File.SetAttributes, for the second, you could use Word's document protection (menu: tools/protect document). Willy.