adspace


I wish to create a windows application to perform a similar
function as that of the "Search" which is provided to look
for related files and folders in the System..
What steps must i follow??

Answer Posted / Shivam Kumar

Creating a Windows application to search for files and folders involves utilizing programming languages like C#, VB.NET, or C++. Here are some general steps you can follow:
1. Choose your preferred Integrated Development Environment (IDE) such as Visual Studio.
2. Create a new project based on the desired programming language and application type.
3. Implement UI components for user input (search text box, search button, etc.).
4. Use the System.IO namespace to access and navigate the file system.
5. Implement search algorithms like breadth-first search or depth-first search.
6. Display the results in a list or grid view.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why can't we use a static class instead of singleton?

954


What is expression tree in c#?

998


How do you inherit a class into other class in c#?

993


What is an abstract class c#?

969


Which namespaces are necessary to create a localized application?

1142


How to assign Null value to Var?

1063