随笔分类 - Silverlight
silverlight中写Com组件 实现打开本地文件功能
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.InteropServices;using System.IO;using System.Diagnostics;namespace OpenFileCom{ /// <summary> /// 事件接口 /// </summary> [InterfaceType(ComInterfaceType.InterfaceIsIDispatch)] public in...
阅读全文
浙公网安备 33010602011771号