Anyone knows how can I make a GUID "Global Unique Identifier"?
Thanks in advance
Printable View
Anyone knows how can I make a GUID "Global Unique Identifier"?
Thanks in advance
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
-----