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??



I wish to create a windows application to perform a similar function as that of the "Search&q..

Answer / 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

More C Sharp Interview Questions

Are arraylist faster or arrays?

1 Answers  


Can you use all access modifiers for all types?

1 Answers  


What is the use of thread join in c#?

1 Answers  


What is difference between ienumerable and list?

1 Answers  


Explain data types in c#?

1 Answers  


how can i get this 123456789 1234 6789 123 789 12 89 1 9

1 Answers   Excel,


Why do we need reflection in c#?

1 Answers  


Please write a program to display “welcome to bestinterviewquestion.com” in c#?

1 Answers  


What is delegate in c#?

1 Answers  


Why do we need static in c#?

1 Answers  


What is the difference between hashtable and dictionary?

1 Answers  


What?s the implicit name of the parameter that gets passed into the class? set method?

3 Answers   Visual Soft,


Categories