Tagged Questions
The create-guid tag has no wiki summary.
2
votes
1answer
175 views
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 ...
2
votes
5answers
1k views
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 ...
0
votes
2answers
482 views
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 .
0
votes
9answers
2k views
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? ...