Click here to Skip to main content
15,920,508 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralConnectivity Pin
rushfel11-Jul-05 14:39
rushfel11-Jul-05 14:39 
Generalreadline method Pin
eagertolearn11-Jul-05 13:41
eagertolearn11-Jul-05 13:41 
GeneralRe: readline method Pin
KaptinKrunch11-Jul-05 15:41
KaptinKrunch11-Jul-05 15:41 
Generalputing a string into array ! Pin
raed_aw11-Jul-05 5:23
raed_aw11-Jul-05 5:23 
GeneralRe: puting a string into array ! Pin
KRathor11-Jul-05 6:23
KRathor11-Jul-05 6:23 
GeneralRe: puting a string into array ! Pin
Anonymous11-Jul-05 8:53
Anonymous11-Jul-05 8:53 
GeneralTextbox Pin
JimClark6811-Jul-05 4:50
JimClark6811-Jul-05 4:50 
GeneralRe: Textbox Pin
Anonymous11-Jul-05 9:01
Anonymous11-Jul-05 9:01 
Have you used the system.io class? Use DirectoryInfo class to get the directory you want. Use DirectoryInfo.GetFiles to get the files that are in the directory.

dim dr as New DirectoryInfo("C:\")<br />
dim fl() as FileInfo=dr.GetFiles


these classese provide ways of checking directories and files to make sure they exist.

Also to double check that a location is good you may want to use Split() to split the location into each directory (use the character "\") and use DirectoryInfo.Exists() to ensure that each path exists.
GeneralDirectX overlays Pin
Anonymous11-Jul-05 3:40
Anonymous11-Jul-05 3:40 
GeneralODBC Configuration Dialog Pin
va_muwanga11-Jul-05 3:02
va_muwanga11-Jul-05 3:02 
GeneralRe: ODBC Configuration Dialog Pin
Rizwan Bashir11-Jul-05 22:59
Rizwan Bashir11-Jul-05 22:59 
Generalremote desktop Pin
Reinhard Taucher11-Jul-05 2:46
Reinhard Taucher11-Jul-05 2:46 
GeneralRe: remote desktop Pin
Colin Angus Mackay11-Jul-05 9:02
Colin Angus Mackay11-Jul-05 9:02 
GeneralRe: remote desktop Pin
Anonymous11-Jul-05 9:06
Anonymous11-Jul-05 9:06 
GeneralUsing .NET User Control in a VB6 Form Pin
Isaac Garcia11-Jul-05 0:27
Isaac Garcia11-Jul-05 0:27 
GeneralDisplaying Wave Signals Pin
Veera Raghavendra11-Jul-05 0:03
Veera Raghavendra11-Jul-05 0:03 
GeneralRe: Displaying Wave Signals Pin
Anonymous11-Jul-05 9:10
Anonymous11-Jul-05 9:10 
GeneralRe: Displaying Wave Signals Pin
Veera Raghavendra11-Jul-05 19:03
Veera Raghavendra11-Jul-05 19:03 
GeneralCustom Draw ListView Pin
Anonymous10-Jul-05 21:11
Anonymous10-Jul-05 21:11 
GeneralRe: Custom Draw ListView Pin
lespaul3612-Jul-05 17:37
lespaul3612-Jul-05 17:37 
GeneralAquaButton - A very nice Button control Pin
Nicvan_us10-Jul-05 16:11
Nicvan_us10-Jul-05 16:11 
GeneralRe: AquaButton - A very nice Button control Pin
Christian Graus10-Jul-05 17:42
protectorChristian Graus10-Jul-05 17:42 
QuestionHelp me!How to move file pointer in VB6 program? Pin
Member 115152610-Jul-05 15:17
Member 115152610-Jul-05 15:17 
AnswerRe: Help me!How to move file pointer in VB6 program? Pin
Dave Kreskowiak10-Jul-05 17:00
mveDave Kreskowiak10-Jul-05 17:00 
GeneralThanks reply! Pin
Member 115152612-Jul-05 19:18
Member 115152612-Jul-05 19:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.