in VB.NET.
I have coded a little text editor and I have created an OpenFileDialog and a SaveFileDialog for opening and saving the text.
Only, the dialogs open but don't actually open or save anything, you click save or try to open a file and nothing happens.
I think it might be something to do with assigning the data in the textbox called 'rtbArea' to the save dialog so it would copy it to wherever you specify.
Any help?
I have coded a little text editor and I have created an OpenFileDialog and a SaveFileDialog for opening and saving the text.
Only, the dialogs open but don't actually open or save anything, you click save or try to open a file and nothing happens.
I think it might be something to do with assigning the data in the textbox called 'rtbArea' to the save dialog so it would copy it to wherever you specify.
Any help?
Comment