How to use save file dialog in visual studio using visual basic, save dialog box in vb.net. How you can make a save file dialog box in vb.net. 2017. Can be used to save text, image files etc.
Subscribe:
Thanks for watching. Hope this video was helpful, leave a like if it was. Please comment for problem-solving.
Nguồn:https://wijstaanvooronzegrondrechten.org/
Problem Solved
How about if i want to save an image from picture box?
I have question that how I save 'wav file?
Also, you can add the code line
SaveFileDialog1.Filter = "Text files | *.txt"
So that you won't have to do the whole + ".txt' thing
Good