create a guid

  • Thread starter Thread starter Mr. X.
  • Start date Start date
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 :)
 
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.

In VS2008, it's Tools->Create GUID. You may have assigned a shortcut key to
it.

Andrew
 
Sorry, as this is a programming language group I didn't realized you were
looking for the appropriate menu option in VS...
 
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 :)
 
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.

An example showing what?

You can replace the GUID in the source code using the find/replace commands.
 
Back
Top