The OnStart event is generated when the server starts
          listening for connections. 
         
        Syntax
        
          Sub object_OnStart ( [Index As Integer ] ) 
         
        Remarks
        
          This event is generated after the Start method has been 
          called and the server and begins listening for connections from 
          clients. An application can use this event to update the user 
          interface and perform any additional initialization functions that are 
          required by the application. 
         
        See Also
        
          
            IsActive Property,
          	Start Method,
          	Stop Method,
          	OnStop Event
           
         
       |