摘要: 转载原作者:冉林仓来源:chinaaspApi函数是构筑Windws应用程序的基石,每一种Windows应用程序开发工具,它提供的底层函数都间接或直接地调用了WindowsAPI函数,同时为了实现功能扩展,一般也都提供了调用WindowsAPI函数的接口,也就是说具备调用动态连接库的能力。VisualC#和其它开发工具一样也能够调用动态链接库的API函数。.NET框架本身提供了这样一种服务,允许受... 阅读全文
posted @ 2009-07-13 15:21 dodo-yufan 阅读(4278) 评论(0) 推荐(0)
摘要: usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Web;usingSystem.Web.Security;usingSystem.Web.UI;usingSystem.Web.UI.WebControls;usingSystem.Web.UI.WebControls.WebParts;usingSystem.We... 阅读全文
posted @ 2009-07-13 15:18 dodo-yufan 阅读(10473) 评论(1) 推荐(1)