G
Gary Dunne
Is there a built in function for creating a Guid in VB .Net ?
I know about the CoCreateGuid API call, but I though that maybe it's been
built in to .Net ?
I've found the GUID class and tried
Dim oGuid as New Guid
Dim sGuid = oGuid.NewGuid()
But it gives me a blank GUID (string of zeros)
Thanks
Gary
I know about the CoCreateGuid API call, but I though that maybe it's been
built in to .Net ?
I've found the GUID class and tried
Dim oGuid as New Guid
Dim sGuid = oGuid.NewGuid()
But it gives me a blank GUID (string of zeros)
Thanks
Gary