Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
bro, you save me from my last activity! I'm really thankful you exist on UA-cam!!
Adding a | between *.txt! and All Files fixed this for me:saveFileDialog.Filter = "Text File (*.txt) | *.txt! | All Files (*.*) | *.*";
Great video!One question: why are you putting all code within a try-catch statement? Is this necessary or just a habit of you?
He's puting every code in try catch cuz if the try doesnt work than the program doesnt going to crash.
When i tried to press on saveFileAs it doesn't appear. I just change the string to: savefileDialog.Filter = "All Files (*.*)| *.*"; And everything was work normally.
The ! Sign is the problem, It should have been | Sign instead
The “save” and “Save as” are back to front
Ok.
bro, you save me from my last activity! I'm really thankful you exist on UA-cam!!
Adding a | between *.txt! and All Files fixed this for me:
saveFileDialog.Filter = "Text File (*.txt) | *.txt! | All Files (*.*) | *.*";
Great video!
One question: why are you putting all code within a try-catch statement? Is this necessary or just a habit of you?
He's puting every code in try catch cuz if the try doesnt work than the program doesnt going to crash.
When i tried to press on saveFileAs it doesn't appear. I just change the string to: savefileDialog.Filter = "All Files (*.*)| *.*"; And everything was work normally.
The ! Sign is the problem, It should have been | Sign instead
The “save” and “Save as” are back to front
Ok.