03 2020 档案
摘要:Aximp.exe(Windows 窗体 ActiveX 控件导入程序) https://docs.microsoft.com/zh-cn/dotnet/framework/tools/aximp-exe-windows-forms-activex-control-importer 打开 Visua
阅读全文
摘要:public class FMenuICMOBillNo: MarshalByRefObject,IButtonAction { public void MainFunction(String sKey, K3List.ICList oList, Boolean bCancel) { KFO.Vec
阅读全文
摘要:string zfile = AppDomain.CurrentDomain.BaseDirectory + @"\ImportExcelBill.dll"; RegistrationServices d = new RegistrationServices(); Assembly asm = As
阅读全文
摘要:cd "%~dp0" regasm k3comtest.dll PAUSE 反注册 cd "%~dp0" regasm /u k3comtest.dll PAUSE
阅读全文
摘要:三个代码段都是在同一个项目中 d1.dll是另一个项目 1.调用 string zfile = AppDomain.CurrentDomain.BaseDirectory + @"\d1.dll"; LocalLoader ll = new LocalLoader(); ll.LoadAssembl
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Runtime.InteropServices
阅读全文
摘要:IF ( SELECT COUNT(*) FROM sys.index_columns INNER JOIN sys.indexes ON indexes.index_id = index_columns.index_id AND indexes.object_id = index_columns.
阅读全文
摘要:https://blog.csdn.net/hzfw2008/article/details/78611478 服务器设置: 开启防火墙 另外允许以下应用程序通过 C:\windows\syswow64\dllhost.exe COM Sorrogate 可以考虑端口:1433, 135, 5159
阅读全文