C++接口转C#
2023-03-13 18:41:20 764KB c# c++
1
Microsoft.Office.Interop.Word.dll C#操作Word文件的支持工具。
2023-02-20 08:48:14 111KB office
1
Interop.Shell32 1.2版本支持xp 1.0版本支持win7 string dirName = System.IO.Path.GetDirectoryName(FileName); string SongName = System.IO.Path.GetFileName(FileName);//获得歌曲名称 ShellClass sh = new ShellClass(); Folder dir = sh.NameSpace(dirName); FolderItem item = dir.ParseName(SongName); string win7Time = dir.GetDetailsOf(item, 27); //win7 win10 string xpTime = dir.GetDetailsOf(item, 21); //xp
2023-02-02 10:23:06 14KB Shell32
1
OPC操作类库使用Interop.OPCAutomation.dll文件连接opc,此资源仅为dll文件
2023-01-03 09:26:10 16KB OPC类库
1
Microsoft.Vbe.Interop.dll的14和15的版本,自用并分享
2022-12-23 17:33:34 40KB DLL
1
微软用来创建快捷方式的类库
2022-12-09 20:03:55 37KB dll
1
Interop.VBIDE.dll的最新文件,支持C++,C#编程。
2022-11-16 15:43:55 56KB VBIDE.dll
1
坚果云无法登录,输入账户密码后还是跳回主界面
2022-11-13 21:02:31 1.22MB 坚果云
1
Kingsoft.Office.Interop.Wppapi.dll提取自WPS2016专业版用于二次开发
2022-11-08 15:21:20 457KB PWS API
1
基于.net 4.5 开发的 winform 应用程序 1、支持远程桌面信息的新增、编辑、删除、永久保存; 2、支持 TabPage 多窗口远程桌面; 3、支持 双击 TabPage 全屏显示; 4、支持将远程桌面信息导出来 rdp 文件;
2022-10-18 09:01:12 1.55MB mstsc 远程桌面 MSTSCLib Interop.MSTSCLib
1