当前位置:编程学习 > C#/ASP.NET >>

必须是高手可能才会解答这个题目

今天主管给了我一个已经封装好了的.dll文件 是用C写的` 主管要求我的web程序可以和单片机进行对接 谁知道 在ASP.NET中怎么搞啊  求高手救命`` --------------------编程问答-------------------- 不会,不知道active控件可不可以。。。。。。。 --------------------编程问答-------------------- 唉,参看下DllImport的帮助吧。 --------------------编程问答-------------------- 先using System.Runtime.InteropServices
然后[DllImport("user32.dll", CharSet = CharSet.Auto)]
然后声明下要使用的函数,例如
public static extern int MessageBox(IntPtr hWnd, String text, String caption, uint type);
然后使用这个函数

参见
http://msdn2.microsoft.com/en-us/library/system.runtime.interopservices.dllimportattribute.aspx --------------------编程问答-------------------- 像添加控件组件一样添加吧
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,