1
Answer

how to enter in a windows pc in my LAN using C# or VB.Net

Mahesh Gupta

Mahesh Gupta

16y
1.9k
1
Hai, Im new to C# and VB.Net.. I want to write a windows based application like LAN Search Pro, which searches for files or folders in the LAN. Can anyone give me an idea to do this.. so that i can get idea of C#/Vb.Net and also on networking..
Answers (1)
0
Mahesh Chand
2 286.9k 123.7m 16y

You can add multiple projects to a solution by right clicking on the Solution name in Solution explorer and Add Project option.

To use/reference a project B in project A, you use Add Reference option and select the project from the list you want to use. This step will let you use your project B in project A.