Viewing post 1 (of 1 total)
Private Declare Function GetUserName Lib "advapi32.dll" Alias "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long
Public Function getOperatorLogin() As String
Dim lpBuff As String * 100
Dim lngreturnValue As Long
...
June 24, 2010 at 12:38 am
#1184336