GUID

How do I generate a GUID from vb express 2005 beta 2?
I have search the internet but all I could find was "select guid from menu". This is not what I want. My program needs to generate a GUID from a button click.
Thanks in advance,
[239 byte] By [WayneSpangler] at [2007-12-16]
# 1
You can use System.Guid.NewGuid() to create a new Guid.

Best Regards,
Johan Stenberg

JohanStenberg at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...
# 2
Thanks Johan. Maybe one of these days I'll know what I am doing.
Thanks again,
WayneSpangler at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...