home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / code / network / netuse / netuser.txt < prev   
Encoding:
Text File  |  1994-12-19  |  403 b   |  16 lines

  1. This routine will obtain the network userID that the user used to sign in
  2.  
  3. Below is the API call needed to obtain the userID.
  4.  
  5.     dim sUserID as string
  6.  
  7.     sUserID = NetworkUserID()
  8.  
  9. If the user is not signed in or the userID cannot be obtained, then the
  10. string "UnknownUser" is returned.
  11.  
  12. If you have any questions/suggestions, please feel free to drop my an E-Mail
  13.  
  14. Chad Hegerty
  15. 71212,1045
  16.