问题描述
今天主管给了我一个已经封装好了的.dll文件是用C写的`主管要求我的web程序可以和单片机进行对接谁知道在ASP.NET中怎么搞啊求高手救命``
解决方案
解决方案二:
不会,不知道active控件可不可以。。。。。。。
解决方案三:
唉,参看下DllImport的帮助吧。
解决方案四:
先usingSystem.Runtime.InteropServices然后[DllImport("user32.dll",CharSet=CharSet.Auto)]然后声明下要使用的函数,例如publicstaticexternintMessageBox(IntPtrhWnd,Stringtext,Stringcaption,uinttype);然后使用这个函数参见http://msdn2.microsoft.com/en-us/library/system.runtime.interopservices.dllimportattribute.aspx
解决方案五:
像添加控件组件一样添加吧
时间: 2024-09-15 08:04:45