CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2007
    Posts
    119

    Question To find files in Visual Studio

    Is there any way to find files in "Visual Studio" just like finding files in "Windows Explorer", for example I want to find test.txt in C drive.

    Thanks,
    Mushq

  2. #2
    Join Date
    Mar 2003
    Location
    India {Mumbai};
    Posts
    3,871

    Re: To find files in Visual Studio

    You cannot. VS finds "in file contents".
    What's the problem with WE ?
    My latest article: Explicating the new C++ standard (C++0x)

    Do rate the posts you find useful.

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