Visual Basic .NET Tutorial 9 - How to OpenFileDialog in Visual Basic

Published: 13 October 2016
on channel: Softech
264
1

VB.NET Tutorial for Beginners
How to OpenFileDialog in Visual Basic.NET

Source Code:
OpenFileDialog1.Filter = "TEXT FILE|*.txt |PDF FILE|*.pdf|ALL FILES |*.*"
If OpenFileDialog1.ShowDialog = DialogResult.OK Then
System.Diagnostics.Process.Start(OpenFileDialog1.FileName)
End If

Subscribe my youtube Channel.
Facebook Page:   / softechfree  


On this page of the site you can watch the video online Visual Basic .NET Tutorial 9 - How to OpenFileDialog in Visual Basic with a duration of hours minute second in good quality, which was uploaded by the user Softech 13 October 2016, share the link with friends and acquaintances, this video has already been watched 264 times on youtube and it was liked by 1 viewers. Enjoy your viewing!