- Open Visual Studio 2017.
- Now open the solution from the previous recipe. Click File | Open | Open Project/Solution or press Ctrl + Shift + O and select the Chapter7.Networkings solution.
- Press Ctrl + Shift + B for a quick build to check everything is fine.
- Now, click on the Chapter7.Networking solution label. Click File | Add | New Project.
- In the Add New Project template dialog box, expand the Visual C# node in the left pane.
- Select Windows Classic Desktop and select Windows Forms App (.NET Framework) in the right pane:
- In the Name: textbox, type Chapter7.Networking.IPListWindows as the name of the project. The rest ...