Results 1 to 2 of 2

Thread: Distinguishing Workstation And Server

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Location
    TURKIYE
    Posts
    2

    Arrow

    Hello guys ,
    Just a newbie , yeah you are right , since I have been coding in assembler for about 9 years I have changed my context and now rushed to VB and got to understand whether the computer I am running my program is on a windows NT workstation or server ( 4.0 case ) or windows 2000 professional or server. First I have to say that I know what GetVersionEx is and how it can bu used and I have used it but guess what all the data that I have from GetVersionEx in a win2k server and professional is the same so I can not distinguish.Any idea ?

  2. #2

    Thread Starter
    New Member
    Join Date
    Mar 2001
    Location
    TURKIYE
    Posts
    2

    Angry result

    On a computer running Windows 9X,
    HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion/ProductID

    -OR-

    On a computer running Windows NT,
    HKEY_LOCAL_MACHINE/Software/Microsoft/WindowsNT/CurrentVersion/ProductID


    you can fidn everything here.

    Thanx for not answering.
    (0>
    // \
    ` /
    ==

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