Posted By:
a_b_jackal
Posted On:
Thursday, February 3, 2005 04:23 AM
i am running the word file(abc.doc) through
Runtime.getRuntime().exec(abc.doc).
when this process is executing i want capture the user decision if user select the save or saveAs then i want the inputstream of that document.
please help if any one knows how to grab the windows API.