Using OpenFileDialog to Open Files - Visual Basic Tutorial

preview_player
Показать описание
This tutorial covers using the open file dialog in visual basic (visual studio 2010). Use the open file dialog to open files such as text files and create text editors etc...

Code used in this tutorial:

As always please subscribe, and feel free to leave comments and questions...
Рекомендации по теме
Комментарии
Автор

thank you soo  much...it helped me alot.
your way of explanation is good.

Manishabhati
Автор

Thank you so much!
I have been looking for a solution so long :S and I finally have it! thanks!

lars_vs
Автор

can you please help me I cant open my assignment properly i saved it by save form as, then save all. then when i open it it only comes up with the coding without the form. PLEASE HELP!!!!

ZeizeTheDay
Автор

What would i put in the mail.Attatchments = if i were trying to send a file?

TeamAbsolutionGriefs
Автор

hello, I wonder how I could create a filter to the file name.
The main idea would be to run the OpenFileDialog
allowing only open a specific file, for
example "Config.ini"
Thank you.

inaciomoreira
Автор

HI

Do you know how to use VB to open an excel workbook?

I want to get rid of the excel look so when the user opens up the EXE file they only see what is on the sheets ??

lincolnoscar
Автор

Hi, how cn we code it in sch a way tht if we close the program and reopen it, wtever the data we have opened in listbox or textbox will remain there, ?

partapwirq
Автор

Thanks for the video! I am trying to use the code in excel visual basic and i keep running into compile errors with the following lines:

Dim OpenDLG As New OpenFileDialog

Dim objreader As New

objreader.Close()

Can you offer some suggestions to fix?

rharris
Автор

Can I open a file(s) with just pressing a button?

krizchiz
Автор

How to open a specific txt file without the OpenFileDialog? :)

StarTour
Автор

TextBox.Text = "C:\TextFile.txt"

samomezz