Package com.jacob.activeX

Examples of com.jacob.activeX.ActiveXDispatchEvents


      Dispatch.put(ie, "StatusText", new Variant("My Status Text"));

      System.out
          .println("IETestActiveProxyThread: About to hookup event listener");
      IEEventsActiveProxy ieE = new IEEventsActiveProxy();
      new ActiveXDispatchEvents(ie, ieE, "InternetExplorer.Application.1");
      System.out
          .println("IETestActiveProxyThread: Did hookup event listener");
      // / why is this here? Was there some other code here in the past?
      Variant optional = new Variant();
      optional.putNoParam();
View Full Code Here

TOP

Related Classes of com.jacob.activeX.ActiveXDispatchEvents

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.