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

Thread: NT Domain Name

  1. #1
    Join Date
    Aug 1999
    Posts
    3

    NT Domain Name

    How can I get the name of the NT Domain I'm logged onto?
    (Must work under 95 and NT)

    Thanks


  2. #2
    Guest

    Re: NT Domain Name

    U can use Windows APIs. try looking at api text viewer in visual basic group.

    Srini


  3. #3
    Join Date
    Aug 1999
    Posts
    6

    Re: NT Domain Name

    Try the registry...Win95 (I'm at home now [Win95] and unfortunately I won't be back to my NT box for two weeks)

    HKey=HKEY_LOCAL_MACHINE
    SubKey=System\CurrentControlSet\Services\MSNP32\NetworkProvider
    Item=AuthenticatingAgent

    Hope this helps!

    Thanks in advance,

    DDan

  4. #4
    Join Date
    May 2000
    Location
    Netherlands
    Posts
    1

    Re: NT Domain Name

    Do you have the functioncode?


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