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

Threaded View

  1. #1
    Join Date
    Feb 2006
    Posts
    1

    Help for a C# newbie - Recursive File Search

    I am new to .net - came from a PHP background and have little familiarity with the framework. But I am getting up to speed.

    I would like to learn from example.

    What if I would like to:

    1) Get a list of all *.bat files in both the current directory AND all subdirectories
    2) Populate listbox1 with the list of batch files - sorted alphabetically
    3) Create an EventHandler so that when a user double clicks on the batch file it opens automagically

    Care to show me your mastery?
    Last edited by altosax; February 23rd, 2006 at 03:10 PM. Reason: title bad

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