C#.net
FlameXu
这个作者很懒,什么都没留下…
展开
-
动态调用WebService服务的方法
public static object InvokeWebService(string url, string methodname, object[] args) { return WebServiceHelper.InvokeWebService(url, null, methodname, args); } p原创 2013-06-29 17:17:23 · 628 阅读 · 0 评论 -
How to embed Excel in a .NET WinForms App
Download and install owc11.Run AxImp on OWC11.dll, which will have been installed in the microsoft shared\web components directory (ie C:\Program Files\Common Files\microsoft shared\Web Components\11\原创 2013-09-28 17:37:01 · 734 阅读 · 0 评论