The Computer Browser Dialog

Introduction

This dialog is meant to facilitate the common task of browsing for computers on the local area network.

The dialog looks like this:

Usage

To show this dialog, use the following code:

	NETXP.Components.CompBrowser dlg = new NETXP.Components.CompBrowser();
	dlg.ShowDialog(this);

To retrieve the selected computer name, use the SelectedComputer property.

Implementation

This dialog utilizes the Library.WNet class to enumerate network nodes.