get the current username

  • Thread starter Thread starter Chrisis
  • Start date Start date
C

Chrisis

Guest
Hello,

does anybody know how i can get the current user name which is used to login or send messages with "net send" ?

Would be very happy !

greetings

Chris
 
You can get the username thats currently logged on by...
Code:
Dim s As System.Environment
       s.UserName()
I know nothing about "net send" so Im not sure if this is what youre after or not?
 
Back
Top