My kingdom for a GUID

I've never encountered this issue before, but apparently there's no NewGuid() method in .NET CF v1. Peter Foot, one of our MVPs, has written a little class that will generate a GUID for you with a simple P/Invoke.

[Author: Neil Enns]