I developed a vb.net standalone application and everything is working fine. Now i want to save the data on the form
as a file ie. like a word document with a custom extension. But when i try to open the file it should open as vb.net
form ie. as a runtime executable form. So when i run the application and click save button, each time a new file has to be created and the data should save in that file. When i open the file, all the saved data should appear in the
textboxes and it should be as a vb.net form.
I am unable to do this. Any help is greatly appreciated.



Thanks