Code: Select all
Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
Dim mgr As New EViews.Manager
Dim app As EViews.Application
app = mgr.GetApplication(EViews.CreateType.NewInstance)
app.Run("wfopen J:\Hans\MOF\EViewsStuff\macmod.wf1")
End Sub
how to do that. Any help would be highly appreciated.
