Hey Peeps,

Would anyone know the equivalent form vb.net to VB6.0 for grabbing the environment.UserName? The below is in vb.net but I need to do the same thing for VB6.0.

messagebox.Show(environment.UserName)
messagebox.Show(my.User.Name)


Thanks,
n3m.