create-guid

Cannot find the Create GUID tool in VS2005

I have Visual Studio 2005 Professional ENU installed and want to create GUIDs using its Create GUIDs utility. However, I cannot find it under the Tools menu. What should I do to get this utility? Thanks ...

Create GUID menu item missing in Visual C++

I do not see "Create GUID" option under the menu item Tools -> . I am using Visual Studio 2005 . Do I have to install anything for that . ...

What's the purpose of Create GUID tool in Visual Studio?

Visual Studio has a Create GUID tool (Tools > Create GUID). What is it for? Can you remember what was the last time you used it? I just can't imagine why i should copy into the clipboard a new GUID with that tool. ...

Why does Create GUID display different GUID parts with different capitalization?

Visual Studio is shipped with a Create GUID tool that is used for generating GUIDs. Now here's a GUID it generated for me: {7A09BF85-9E98-44ea-9AB5-A13953E88C3D} each of the 4 GUID parts contains both letters and digits. Why does the third part contain only lowercase letters and other only upcase letters? Is there any sence behind tha...