Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jstus
  • Order by date
  1. jstus

    Attachmate in C#

    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()...
  2. jstus

    Attachmate in C#

    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...
  3. jstus

    Attachmate in C#

    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...

Part and Inventory Search

Back
Top