How to clear the MS Office Clipboard using c# Word Interop -
i'm working word interop re-create entire document logic. after i'm done, want clear ms office clipboard. seems simple task... can't figure out how it.
var = document.activewindow.selection; that.wholestory(); that.copy(); // logic selection ... // want clear ms office clipboard.
note 1: clipboard.clear() clears system-wide clipboard, not clear ms office's clipboard.
note 2: realize copying document isn't best way work document object, 1 time figure out this issue, i'll work on improve logic.
c# ms-word clipboard office-interop
No comments:
Post a Comment