M Mr. X. Jan 20, 2010 #1 Hello. How can I in VB. NET 2005, I can auto-generate a GUID number ? Thanks
P Patrice Jan 20, 2010 #2 Hello, Try : http://msdn.microsoft.com/en-us/library/system.guid.newguid.aspx The object browser can also help to discover available methods, classes, structures etc...
Hello, Try : http://msdn.microsoft.com/en-us/library/system.guid.newguid.aspx The object browser can also help to discover available methods, classes, structures etc...
M Mr. X. Jan 20, 2010 #3 I remember once I did that by some key combination, and not by running some code of mine ... I don't remember how. I want to put the guid identifcation number in the code. Thanks
I remember once I did that by some key combination, and not by running some code of mine ... I don't remember how. I want to put the guid identifcation number in the code. Thanks
A Andrew Morton Jan 20, 2010 #4 Mr. X. said: I remember once I did that by some key combination, and not by running some code of mine ... I don't remember how. I want to put the guid identifcation number in the code. Click to expand... In VS2008, it's Tools->Create GUID. You may have assigned a shortcut key to it. Andrew
Mr. X. said: I remember once I did that by some key combination, and not by running some code of mine ... I don't remember how. I want to put the guid identifcation number in the code. Click to expand... In VS2008, it's Tools->Create GUID. You may have assigned a shortcut key to it. Andrew
Z zsessions Jan 20, 2010 #5 Hello. How can I in VB. NET 2005, I can auto-generate a GUID number ? Click to expand... Well, there's always createguid.com.
Hello. How can I in VB. NET 2005, I can auto-generate a GUID number ? Click to expand... Well, there's always createguid.com.
P Patrice Jan 20, 2010 #6 Sorry, as this is a programming language group I didn't realized you were looking for the appropriate menu option in VS...
Sorry, as this is a programming language group I didn't realized you were looking for the appropriate menu option in VS...
M Mr. X. Jan 25, 2010 #8 O.K. Found !!! After I create a guid, I want to replace the guid ID in the VB.NET code. Need an example, please. Thanks
O.K. Found !!! After I create a guid, I want to replace the guid ID in the VB.NET code. Need an example, please. Thanks
H Herfried K. Wagner [MVP] Jan 25, 2010 #9 Am 25.01.2010 13:31, schrieb Mr. X.: Found !!! After I create a guid, I want to replace the guid ID in the VB.NET code. Need an example, please. Click to expand... An example showing what? You can replace the GUID in the source code using the find/replace commands.
Am 25.01.2010 13:31, schrieb Mr. X.: Found !!! After I create a guid, I want to replace the guid ID in the VB.NET code. Need an example, please. Click to expand... An example showing what? You can replace the GUID in the source code using the find/replace commands.