-
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
-
have you tried to figure it out?
-
Buggy don't be a tunamelt dude...stop posting bs to increase your damn post count...no one cares
-
[Highlight=VB]
Private Sub Dir1_Change()
File1.Path = Dir1.Path
End Sub
Private Sub Drive1_Change()
Dir1.Path = Drive1.Drive
End Sub
[/vbcode
-