| | |
Displaying folder paths
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
String class helps you in that, just play with string coming to you...
BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
•
•
Join Date: Dec 2002
Posts: 461
Reputation:
Solved Threads: 56
Use a FileInfo class:
VB.NET Syntax (Toggle Plain Text)
Imports System.IO Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim file As New FileInfo _("C:\Users\densman\Documents\ImageUploader\Chickens1.jpg") TextBox1.Text = file.Name End Sub End Class
Last edited by waynespangler; Apr 10th, 2009 at 12:31 pm.
Wayne
It is hard to understand how a cemetery can raise its burial rates and blame it on the cost of living.
It is hard to understand how a cemetery can raise its burial rates and blame it on the cost of living.
![]() |
Similar Threads
- How to configure GD (PHP)
- Cannot find server or DNS Error - please help! (Viruses, Spyware and other Nasties)
- displaying local (client side) images in webpage (JavaScript / DHTML / AJAX)
Other Threads in the VB.NET Forum
- Previous Thread: Problem in installation of setup project in window server 2008
- Next Thread: Online Exam Source Code
| Thread Tools | Search this Thread |
.net .net2008 30minutes 2005 2008 access account arithmetic array basic binary bing button buttons center check code combobox component connectionstring crystalreport data database databasesearch datagrid datagridview date design dissertation dissertations dropdownlist excel fade file-dialog filter folder ftp generatetags google hardcopy images input insert intel internet mobile monitor ms net networking objects output panel passingparameters peertopeervideostreaming picturebox picturebox1 port position print printing problem problemwithinstallation project save searchbox searchvb.net select serial shutdown soap survey table tcp temperature text textbox timer timespan toolbox trim update updown user vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf year






