I am looking to launch an instance of Notepad from a windows form and pull string data from a textbox to that instance. I want to allow the user to edit this data and then upon closing Notepad (not sure how I'll capture this), return the new string data to the form's textbox.
There just isn't enough room on my form to easily review/edit/add the information and I figure Notepad would be the perfect alternative - unless someone can offer anything better. I know creating a new form and passing things around that way will work, but I thought I'd try this route first.
Any ideas or links? I'm sure this wheel has been invented before, I just haven't found it yet.
Thanks for the help folks.
There just isn't enough room on my form to easily review/edit/add the information and I figure Notepad would be the perfect alternative - unless someone can offer anything better. I know creating a new form and passing things around that way will work, but I thought I'd try this route first.
Any ideas or links? I'm sure this wheel has been invented before, I just haven't found it yet.
Thanks for the help folks.