CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: GetUserName()??

  1. #1
    Join Date
    May 1999
    Location
    Mid-West
    Posts
    50

    GetUserName()??

    I think i know what my problem is although i do not know how to fix it. I am on NT and i get a permissions problem when i try to get the User ID. the wierd thing is that it sometimes works?? thanks in advance.


  2. #2
    Guest

    Re: GetUserName()??

    Try WNetGetUser().


  3. #3
    Join Date
    May 1999
    Location
    Mid-West
    Posts
    50

    Re: GetUserName()??

    For some reason i am unable to find this in the help menus? what is passed and what is returned?? i have VC++ 5.0 thanks in advance


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured