Find logged in user

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,
Is there a way to grab the userid of the logged on user in a VB.Net
application. I can do this in VBscript using:
set objUser = Wscript.CreateObject("Wscript.Network")

But can't find a way to do it in .Net. Any ideas?

Ron
 
Back
Top