2014年4月8日

java操作控件加密

摘要: ActiveXcomponentInit.java 1 import com.jacob.activeX.ActiveXComponent; 2 3 public class ActiveXcomponentInit { 4 5 public static ActiveXComponent getActiveXcomponentInit(){ 6 ActiveXComponent activeX= new ActiveXComponent(Keys.ACTIVEXCOMPONENT); 7 return activeX; 8 9 ... 阅读全文

posted @ 2014-04-08 11:06 Brown Qin 阅读(291) 评论(0) 推荐(0) 编辑

导航