|
-
Mar 29th, 2002, 12:49 PM
#1
Thread Starter
New Member
Some Help w/ Files
Hey,
Im working on a program right now, and its going to be a game launcher. I just cant figure out how to use the Drive/Directory/File controls..
how do I tie them together, so if Im in one directory, the file one shows the files in that..and same w/ the Drive.
Thanks
-
Mar 29th, 2002, 01:05 PM
#2
The picture isn't missing
have you tried to figure it out?
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Mar 29th, 2002, 01:29 PM
#3
Buggy don't be a tunamelt dude...stop posting bs to increase your damn post count...no one cares
-
Mar 29th, 2002, 01:36 PM
#4
Hyperactive Member
[Highlight=VB]
Private Sub Dir1_Change()
File1.Path = Dir1.Path
End Sub
Private Sub Drive1_Change()
Dir1.Path = Drive1.Drive
End Sub
[/vbcode
-
Mar 29th, 2002, 04:10 PM
#5
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|