Create Your Own GUID
Do you need to create a GUID? Where I work we use them heavily to track items in a database. GUID's are great because the are unique. Well Visual Basic 5.0 comes with a program that create them for yo
ITPro Today
February 18, 2002
1 Min Read
Do you need to create a GUID? Where I work we use them heavily to track items in a database. GUID's are great because the are unique. Well Visual Basic 5.0 comes with a program that create them for you, but what a pain. Wouldn't it be nice to just do it via code? Well now you can with the sample code below.Click Here for the Sample Code
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like