How do I kill a process using Vb.NET or C#?
The above thread lead to a question. If we want VB to kill a word process, is there a way to ensure that no changes will be lost? I.e. the following pseudocode
if (Word has no unsaved changes)
Then kill Word
Else
Open Dialog to save progress
kill Word