EViews COM automation
Posted: Wed Sep 22, 2010 3:03 am
Has anyone tried out the new EViews COM automation feature. If so, does anyone know if you can instantiate a new Eviews application in a VB.net form? Currently, the code below loads Eviews but in a window outside of the VB.Net form:
Dim mgr As New EViews.Manager
Dim app As EViews.Application
app = mgr.GetApplication(EViews.CreateType.NewInstance)
Thanks for any suggestions.
Dim mgr As New EViews.Manager
Dim app As EViews.Application
app = mgr.GetApplication(EViews.CreateType.NewInstance)
Thanks for any suggestions.