The GUID is used for COM registration when you make a type ComVisible.
It can be anything, but once you pick a Guid, you shouldn't change it, as its used by the COM registration to find the proper class/type within your project.
VS provides a tool (Tools->Create Guid) to create a GUID for you if you're making new types.
Reed Copsey, Jr. - http://reedcopsey.com
If a post answers your question, please click "Mark As Answer" on that post and "Mark as Helpful".