Results 1 to 5 of 5

Thread: Some Help w/ Files

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Posts
    2

    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

  2. #2
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    have you tried to figure it out?
    Remember, if someone's post was not helpful, you can always rate their post negatively .

  3. #3
    Dimension
    Guest
    Buggy don't be a tunamelt dude...stop posting bs to increase your damn post count...no one cares

  4. #4
    Hyperactive Member
    Join Date
    Nov 2001
    Location
    Catalonia
    Posts
    397
    [Highlight=VB]
    Private Sub Dir1_Change()
    File1.Path = Dir1.Path
    End Sub

    Private Sub Drive1_Change()
    Dir1.Path = Drive1.Drive
    End Sub
    [/vbcode
    Josep Mª

  5. #5

    Thread Starter
    New Member
    Join Date
    Mar 2002
    Posts
    2
    thanks joijo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width