| | |
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 |
"crystal .net .net2005 30minutes 2008 access add application arithmetic array assignment basic binary box button buttons center click code combo combobox component connectionstring convert cpu data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dosconsolevb.net editvb.net employees excel exists firewall folder image images isnumericfuntioncall login math memory mobile module ms msaccess mssqlbackend mysql navigate net opacity pan peertopeervideostreaming picturebox picturebox1 port print printpreview problemwithinstallation project record regex reports" reuse right-to-left save savedialog search serial sorting sqldatbase storedprocedure string temp textbox timer txttoxmlconverter updown useraccounts usercontol usercontrol vb vb.net vb.netcode vb.nettoolboxvisualbasic2008sidebar vbnet view vista visual visualbasic visualbasic.net visualstudio web wpf xml






