Find Code:
All Words
Any of the Words
Exact Phrase
Home
:
Code
:
Forums
:
Submit
:
Mailing List
:
About
:
Contact
Code
All
VB.NET
ASP.NET
C#
VB Classic
ASP Classic
Snippets
Popular
Resources
Submit Code
Forums
Articles
Tips
Links
Books
Contest
Link to us
How to use the Drive, Dir and File controls. ...
Author:
The Ghost
E-mail:
Click to e-mail author
Submitted:
7/4/2001
Version:
VB5
Compatibility:
VB5, VB6
Category:
Controls
Views:
9721
How to use the Drive, Dir and File controls.
Declarations:
'You need to put the drive, dir, and file controls on a form.
Code:
Private Sub Dir1_Change() File1.Path = Dir1.Path End Sub Private Sub Drive1_Change() Dir1.Path = Drive1.Drive End Sub
Home
|
Forums
|
Submit
|
Books
|
Mailing List
|
Advertising
|
About
|
Contact
© 2023 A1VBCode. All rights reserved.
Legal disclaimer & terms of use
Privacy statement