150 pts.
 How to programmatically open directories in VB.NET 2005
what code should i write to access the files in a folder that i have stored somewhere such as desktop or c drive in my pc by clicking on a button in vb.net

Software/Hardware used:
ASKED: April 10, 2009  10:22 AM
UPDATED: April 14, 2009  11:17 PM

Answer Wiki:
Hi, you should use the <b>OpenFileDialog </b>as describes in <a href="http://www.vbdotnetheaven.com/UploadFile/prvn_131971/OpenFileInVB11162005065226AM/OpenFileInVB.aspx">this tutorial</a>.
Last Wiki Answer Submitted:  April 10, 2009  10:28 am  by  alessandro.panzetta   9,680 pts.
All Answer Wiki Contributors:  alessandro.panzetta   9,680 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Just keep in mind that the OpenFileDialog does not actually open any file. It just presents the user a dialog to select a file from the file system.

 63,535 pts.