|
-
May 28th, 2000, 06:37 PM
#1
Thread Starter
Member
Anyone knows how can I make a GUID "Global Unique Identifier"?
Thanks in advance
-
May 29th, 2000, 08:56 AM
#2
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|