What is the quickest way to add a COM
visible event to VB.NET
class?
Is there something in the Visual Studio toolbox or is there a macro
that will do this?
I am using VS2005
.
EDIT: In this article http://msdn.microsoft.com/en-us/library/dd8bf0x3(v=vs.80).aspx, a GuidAttribute
is specified. Is this generated by the programmer at design time, or does it need it to to match a GUID elsewhere?