LeesNet Control Beta Version 2.00

This control is only supported by Windows for Workgroups, Windows NT, and Windows 95 networks.
Please let me know if you find this useful my Internet mailing address is lhedtke@msn.com


Properties:                                          
	The following two properties are used by remote computers to address your computer
		LocalComputer  - Displays the name of your computer on the network
		LocalPort      - Displays the port of this control
	The following properties are used for your own information
		LocalWorkgroup - Displays the name of the workgroup your computer belongs to.		
		LocalUser      - Displays your network user name
		SlodID         - If this property is zero you either two Leesnet vbx's on the same machine
		                 have the same port value, or your machine doesn't support LeesNet
	The following four properties are used to send data to a remote computer
		RemoteComputer - Name of the remote computer you want to send data to
		RemotePort     - Name of the Port on the remote computer 
		CommandID      - An Integer value that you would like to send
		CommandData    - A string value that you would like to send.  The actual send takes place
		                 when this property is set.

Events:
	ReceiveData
		RmtComputer    - Name of the remote computer that sent you this data
		RmtPort        - Name of the remote port on the remote computer
		CmdID          - An Integer value sent to you from the remote computer
		CmdData        - A string that was sent to you from the remote computer		         

Note:
	Setting RemoteComputer to * will send to everyone in your workgroup
	Setting RemoteComputer to a workgoup name will send to everyone in that workgroup
	The maximum number of bytes that my be sent at one time is 300
