Results 1 to 2 of 2

Thread: GUID

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2000
    Location
    Lisbon, Portugal
    Posts
    55

    Cool

    Anyone knows how can I make a GUID "Global Unique Identifier"?

    Thanks in advance

  2. #2
    Addicted Member
    Join Date
    Feb 2000
    Posts
    224

    From Microsoft Knowledge Base.

    As a programmer, you may need to generate GUIDs (Globally Unique Identifiers) for various purposes. This article describes how to generate a GUID in Visual Basic using the CoCreateGuid API.

    NOTE: The code in this article is not intended and cannot be used to create or change a GUID automatically generated by Visual Basic for custom ActiveX components. GUIDs automatically generated by Visual Basic cannot be altered.

    http://support.microsoft.com/support.../q176/7/90.asp

    -----


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