Illustrator Events not available in VB.NET
I'm trying to utilize the Illustrator CS6 Type Library (COM) from VB.NET. I tried creating a basic object and accessing its events as I would other COM objects:
Private WithEvents _aiApp As Illustrator.Application
Private WithEvents _aiDoc As Illustrator.Document
Private WithEvents _aiDocs As Illustrator.Documents
This didn't work. And when I scanned the Object Browser in Visual Studio I wasn't able to find any accessible events in this type library. Does anyone know if this is on purpose because I'm outside the application's context? Is it a consequence of using VB.NET over C# or C++?
If you know please let me know.
