This dialog is meant to facilitate the common task of browsing for computers on the local area network.
The dialog looks like this:
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.
This dialog utilizes the Library.WNet class to enumerate network nodes.