This routine will obtain the network userID that the user used to sign in

Below is the API call needed to obtain the userID.

	dim sUserID as string

	sUserID = NetworkUserID()

If the user is not signed in or the userID cannot be obtained, then the
string "UnknownUser" is returned.

-	The function has a known problem when the user is running under
	Windows-NT 3.1. Under NT 3.1, the user is beleived to be running 
	under Windows for Workgroups. Since the MNet DLL is not available 
	under NT, an error would occur when accessing those calls. For this
	reason I ignore the error when accessing the MNet call.

	I haven't been able to test this routine under 3.5 yet. Feel free to 
	comment on a better way of handling the NT issue.

If you have any questions/suggestions, please feel free to drop my an E-Mail

Chad Hegerty
71212,1045
