CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: dir list

  1. #1
    Join Date
    May 2001
    Posts
    34

    dir list

    I need to a program that takes a string (in the form of a path i.e. "c:\*.*") from a text box and lists the files/folder in that directory in a list box, it is important that is is a list box and that the user therefore has no ability to interact with the files (i.e. delete or rename them.

    can anyone help me on this?

    thanx in advance

    -DAVE

  2. #2
    Join Date
    May 2000
    Location
    New York, NY, USA
    Posts
    2,878

    Re: dir list

    Can you use Dir, Drive and File controls?

    Iouri Boutchkine
    [email protected]
    Iouri Boutchkine
    [email protected]

  3. #3
    Join Date
    May 2001
    Posts
    34

    Re: dir list

    yes, that is not a problem.

    basicly as long as it can be put into a list box then into a varaible that cal be passed to an ip address using winsock.senddata/winsock.getdata

    cheers



    -DAVE

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

Featured