Plz help me
-
hi, i want design a windows application where i'll give a word document as input. from that document i have to separate only the email ids and store it in a separate file. how to start? anybody give me a clue or a skeleton of this task David Boon
-
hi, i want design a windows application where i'll give a word document as input. from that document i have to separate only the email ids and store it in a separate file. how to start? anybody give me a clue or a skeleton of this task David Boon
First of all, I guess that you can realize this is the ASP.NET forum which does not have anything to do with the windows-based application. Then to give you some clues, IMO you might need to look for a way which allows you to open the doc, and do a search for the emails. There are two options come to mind: + Use the Automation. + Use a third party component.