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 · 667 阅读 · 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 · 781 阅读 · 0 评论
分享