I create one project in VB 9. and I create menustrip in my project And I wrote the code to show The Save dialog box that mean the savefiledialog the code I write is :-
savedfiledialog.initialdiroctory="c:\" savedfiledialog.title="Save your File" savedfiledialog.filter="Text File(.txt)|*.txt" savedfiledialog showdialog() then I run the program. the save dialog box is open but I cant save my file I think I lose one code what is the code? how I can save my file? Tell me if you know how.
