5 Using the PC SDK 5.2 Create a simple PC SDK application Continued private NetworkWatcher networkwatcher = null; As the application is supposed to scan the network as soon as it is started, we can put the code for it in the Form1_Load event handler, like this: VB: Me.scanner = New...