Private Declare Function WNetGetUser Lib "mpr.dll" Alias "WNetGetUserA" (ByVal _ lpszLocalName As String, ByVal lpszUserName As String, _ lpcchBuffer As Long) As Long' return the current default user name or' the user name used to establish a connectionFunction NetworkUserName() As String Dim buffer As String buffer = Space$(256) ' if the WNetGetUser API returns 0, then ' the user name is in buffer If WNetGetUser(vbNullString, buffer, Len(buffer)) = 0 Then NetworkUserName = Left$(buffer, InStr(buffer, vbNullChar) - 1) End IfEnd Function


GM Creates Open Source uProtocol and Invites Automakers to Adopt It: Revolutionizing Automotive Software Development.
General Motors (GM) recently announced its entry into the Eclipse Foundation. The Eclipse Foundation is a prominent open-source software foundation. In addition, GMC announced its contribution of “uProtocol” to facilitate