blah blah blah is here! blah blah » Close

0
votes
0 answers

Problem with Process.Start("WINWORD.EXE", selectedFile);

q12
349

Problem with Process.Start("WINWORD.EXE", selectedFile); I even put the entire path there: //string MSWordPath = @"c:\Program Files (x86)\Microsoft Office\Office14\WINWORD.EXE"; Still same result: the path and file ...

0
votes
1 answers

Check if multiple docx files are password protected.

Hey guys, I'm green as a banana leaf but still have some basic coding under my belt. I'm a psychologist and need to make sure all my patients files (thousands of them) have password protection as they office 2007 and later. I'm trying ...

0
votes
1 answers

How do I write strings inside a word2010 document (docx) from inside c#?

q12
349

How do I write strings inside a word2010 document (docx) from inside c#? I can extract(with Ionic.Zip.dll) the xml that contain the whole data from a docx, and read it with a StreamReader, but i want to "Open" the docx, not extra ...

Feedback