Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am attempting to create a DeskBand,
So in the context of this[^]
I need an explanation of;
Your Band Object's CLSID GUID

1)Can it be anything?
2)Can I get an example (with the blanks filled in?)
3)Is there a definate value or could it be as Q1)

Thanks!
Posted

You can generate those from Visual Studio (Tools / Create Guid).

Create GUID in Visual Studio 2008/[^]

1) No it cannot be anything. It must be unique globally).

2) It should be easy to find example on the web. The tool allows to create in a variety of format.

3) The value is generated according to some rule to ensure uniqueness.

More links:

Globally Unique Identifier[^]

Guid Structure (.NET)[^]

You can also generate Guids online :

Google search[^]
 
Share this answer
 
Comments
Hooolagon 31-Aug-11 17:27pm    
WOW, great help. (the first line).. thought that a 128^2 number would be a relatively small.
Also you think you can help me create a registry entry?
(im so stupid, thank you)
Hooolagon 31-Aug-11 17:30pm    
128^10 my bad, running on lucozade.. (its the possible total amount of numbers of GUID's [if my math is good, i think])
Philippe Mori 31-Aug-11 18:33pm    
It's kinda complex explain all that stuff here... Create an ATL application with the wizard or search the web for complete COM/ActiveX samples and then adapt it.
Hooolagon 31-Aug-11 19:27pm    
I have found this, I will post it as an answer just to end this Question. In the future I may ask many more relatively stupid questions, Hope your there to help out. Thank you very much. I really am eager.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900