I have created a desktop application which in that I need to save texts of textbox into into a word document, the document should be created by user and the position of the document would be chosed by user and then the value of textbox should be saved into that.
for example:
"this is textBox value"
then there is a save button, by clicking that the save window should be opened then user will give a name to that and set its position then click OK finally the text of textbox will be saved into that word document.
any idea how to do it? I have searched allot in google but I couldn't find anything to find the way ...