VB.NET Tutorial 45 - SaveFileDialog (Visual Basic 2008/2010)

preview_player
Показать описание
This tutorial follows up the previous one and will teach you how to use the SaveFileDialog tool in Microsoft Visual Studio 2008. We use the savefiledialog to select a file name and then the streamwriter that we have previously covered to save a text file.

For more information, check out the website:
Рекомендации по теме
Комментарии
Автор

It is not the one tutorial but the many tutorial that make this site awesome !

iRoger
Автор

I've been watching all your tutorials. Great job! You've a great gift in explaining and teaching. Thanks alot for your time in doing this.

RalfDillmannTrau
Автор

Very nice Explanation.... Can i ask how to save Database Access To CSV. file... Thank you....

Im looking forward to your Answer...

ashlyalvaro
Автор

Very Nice, Starting to watch and ill need to go and re-watch For Loops for an Email Bomber im trying to enhance. Nice work.

TheMilopeach
Автор

Again, a nice tutorial....thanks..need to learn a lot and alot about vb.net....wew....

Really a big help....=)

LosTecH
Автор

hey! great tutorial!

I was just wondering... I followed it to the letter... but for some reason its not working for me... I'm trying to save an xlsx file (excel) and everything goes well except that it does not save such file... when I go and check where I supposedly saved it... its not there...

Thanks for your help!

agustinbmed
Автор

Is it possible to use SaveFileDialog without opening the file dialog window?
i mean like saving an existing file, like you do on word excel or powerpoint...

Forsetix
Автор

dude if i make a program/button or anything else in visual basic can i use it in Dreamweaver later when i are making websites?

mattisrosen
Автор

Muy bueno, me ayudo mucho, gracias!!!

MAGOOSCUROX
Автор

HOW DO YOU SAVE AN IMAGE IN A PICTUREBOX TO A FILE?

buddyroach
Автор

How can I use save fie dialog as I want to save same project...
I mean You have noticed that in notepad or else program there are two dialogs for save as
"Save" & another "save as"
You tell us How to use "Save us"
But what for "save"
Please Help me I am creating my own notepad....
Please reply me as soon as you can ...

DMTutorial
Автор

I'm Having some issues on what i am trying to save if you would bother to help it would be nice.

halotyler
Автор

How would you make it save multiple Rich Text Boxes onto individual lines. e.g.
1
2
3
4

atm its coming out as: 1234

TourettesTwitcher
Автор

how would i save a file to a special folder. Program Files or Program Files x86

LegendaryMods
Автор

i need to convert csv file in to excel and i need tutorial for that how to create software in vb.net for csv to ecel convert

Автор

I'm using this process to save in word, and I can but I need to organize this information. Anyone know if there is code for that? thanks!
weight sorry for my English:)

TheHtasd
Автор

??plzz help button1 direct save no show dialog

DJ
Автор

Hello Same Subject but i want to no how to save a .exe file 
Help Me! ....

herthikprathaban
Автор

HAHAHAHAHA "random shit". Wut?

Nice tut. Keep it up.

switchon
Автор

here i came here for a refreshed but sense he didnt answer you i will
Dim FileToSaveAs As String = SaveFileDialog1.FileName
Dim i As Integer
Dim objwriter As New
For i = 0 To lstVuln.Items.Count - 1


Next
objwriter.Close()

ioxxxxoi