摘要:
IE编程——读取IE窗口信息目标: 程序自动读取所有正在运行的IE(6.0或7.0)窗口信息,如窗口句柄HWND、状态文本StatusText、名字Name、路径Path等。实现: 1. 添加对COM组件Microsoft Internet Controls的引用,如下图。 2. 获得IE窗口信息。-收缩C#代码usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Window 阅读全文
摘要:
System.AppDomain objAPDom = System.AppDomain.CurrentDomain;object obj = objAPDom.GetData("APP_LAUNCH_URL");“name”的值属性"APPBASE"ApplicationBase "APP_CONFIG_FILE"ConfigurationFile "DYNAMIC_BASE"DynamicBase "DEV_PATH"(无属性)"APP_NAME"ApplicationN 阅读全文