OpenFileDialog Basics - VB #2 ~ VBTheory™ Tutorials
skip to main
|
skip to sidebar
Home
Tutorials
Visual Basic .NET
CSharp
Others
Downloads
Projects source-code
Apps made by me :)
Support me
Saturday, January 28, 2012
OpenFileDialog Basics - VB #2
Code:
Button1 Click:
OpenFileDialog1.showdialog()
OpenFileDialog1 FileOK:
Textbox1.text=OpenFileDialog1.FileName
Newer Post
Older Post
Home
Share
About Me
VBTheory
View my complete profile
Popular Posts
Scrolling Text - VB#1
Read A Random Line (EASY WAY) - VB#14
Most Advanced Login System On Youtube - VB #15
Registry - VB #11
Minimize Your Application To The Tray - VB#21