S
SpreadTooThin
I'm running Visual Basic Express Editon 2008.
I have a project that references an OLE object called MyObject
That object fires events.
How do I declare the event handler in the Main Form class
implementation?
Public Class Form1
Dim WithEvents server as MyObject.MyServer
? How do I declare the event handler?
End Class
I was told that it should be in the IDE but I don't see anything that
would help me declare this method in my code.
I have a project that references an OLE object called MyObject
That object fires events.
How do I declare the event handler in the Main Form class
implementation?
Public Class Form1
Dim WithEvents server as MyObject.MyServer
? How do I declare the event handler?
End Class
I was told that it should be in the IDE but I don't see anything that
would help me declare this method in my code.