随笔分类 -  .net WinForm

摘要:前段时间做了个用于winform的Excel的插件程序,将从数据库中的image字段读出来后显示在excel中,在csdn上见过好几个提出这方面的问题,现将我的部分代码贴出来,分享给有需要的朋友。我的这个是excel的插件程序,建的是vs.net 2003中的Addin工程,同时适用 vsto程序。需要添加COM组件--Microsoft Excel 11.0 Object Library 的引用... 阅读全文
posted @ 2005-08-30 23:51 tsyung 阅读(7861) 评论(3) 推荐(0)
摘要:只是一个简单的示例。Server,服务器代码。使用Socket套接字连接。1usingSystem;2usingSystem.Net;3usingSystem.Net.Sockets;4usingSystem.IO;56publicclassEchoserver7{8//entrypointofmainmethod.9publicstaticvoidMain()10{11//TcpListener... 阅读全文
posted @ 2005-07-23 01:26 tsyung 阅读(22949) 评论(7) 推荐(0)
摘要:using System; using System.IO; using System.Text; using System.Collections; namespace PDFGenerator { public class PDFGenerator { static float pageWidth = 59... 阅读全文
posted @ 2005-04-15 15:57 tsyung 阅读(845) 评论(0) 推荐(0)