yes, i've added Interop.EXTRA reference and it works to some extend
for instance the following code will open attachmate window
private void button1_Click(object sender, EventArgs e)
{
EXTRA.ExtraSystem mySystem =(EXTRA.ExtraSystem) new EXTRA.ExtraSystem()...
still not working
private void button1_Click(object sender, EventArgs e)
{
EXTRA.ExtraSystem mySystem =(EXTRA.ExtraSystem) new EXTRA.ExtraSystem();
EXTRA.ExtraSessions mySessions = (EXTRA.ExtraSessions)mySystem.Sessions;
EXTRA.ExtraSession...
Hi,
Here is my code in VB.NET
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim mySystem As New EXTRA.ExtraSystem
Dim mySessions As EXTRA.ExtraSessions = mySystem.Sessions
Dim mySession As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.