上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 109 下一页
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; 7 using System.Text; 8 using System.Windows.Forms; 9 using SKYPE4COMLib; 10 using System.Collections; 11 12 namespace Skype 13 { 14 /// ... 阅读全文
posted @ 2012-08-03 11:25 ®Geovin Du Dream Park™ 阅读(718) 评论(0) 推荐(0) 编辑
摘要: 1 //20120803 Geovin Du 2 //塗聚文 締友計算機信息技術有限公司 3 DataTable dt = new DataTable(); 4 dt=agreementMonthlySalaryListBLL.SelectImportExceltoDataGridView(fileUrl, sheet).Copy(); 5 6 if ((dt != null) && (dt.Rows != null) && (dt.Rows.Count > 0)... 阅读全文
posted @ 2012-08-02 18:26 ®Geovin Du Dream Park™ 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 1 /// <summary> 2 /// 3 /// 塗聚文 4 /// 20120803 5 /// Geovin Du 6 ///找到EXCEL的工作表名称 要考慮打開的文件的進程問題 7 /// </summary> 8 /// <param name="filename"></param> 9 /// <param name="comboBox2"></param>10 /// <returns></return... 阅读全文
posted @ 2012-08-02 14:48 ®Geovin Du Dream Park™ 阅读(710) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.UI; 6 using System.Web.UI.WebControls; 7 using System.Data; 8 using SKYPE4COMLib; //下載地址:http://en.sourceforge.jp/projects/sfnet_skype4mp/downloads/Skype4MP/obj/Release/Interop.SK... 阅读全文
posted @ 2012-07-25 17:43 ®Geovin Du Dream Park™ 阅读(524) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 自定格式設置打印 /// 塗聚文 /// 締友計算機信息技術有限公司 /// Geovin Du /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void printDocument1_PrintPage(object sender, PrintPageEventArgs e) { tr... 阅读全文
posted @ 2012-07-11 12:01 ®Geovin Du Dream Park™ 阅读(667) 评论(0) 推荐(0) 编辑
摘要: using Microsoft.Office.Interop.Word; //ver 12.0 /// <summary> /// 自動頁碼,頁眉頁腳 /// 20120603 塗聚文 /// Geovin Du /// </summary> /// <param name="pPageHeader">頁眉自定義文字</param> /// <param name="pPageFoot">頁腳自定義文字</param> public void SetPageHeaderAndFoot 阅读全文
posted @ 2012-06-03 20:16 ®Geovin Du Dream Park™ 阅读(1969) 评论(0) 推荐(0) 编辑
摘要: /* //http://sourceforge.net/projects/itextsharp/ * http://stackoverflow.com/questions/8713963/itextsharp-pdf-resize-document-to-accomodate-a-large-ima 阅读全文
posted @ 2012-06-03 18:25 ®Geovin Du Dream Park™ 阅读(1176) 评论(0) 推荐(0) 编辑
摘要: /* *http://www.koders.com/csharp/fid7241B3C8598C20BA18652B5BB5C19D220988E2D4.aspx?s=file * http://www.icsharpcode.net/OpenSource/SharpZipLib/Download.aspx * http://www.eggheadcafe.com/tutorials/aspnet/9ce6c242-c14c-4969-9251-af95e4cf320f/zip--unzip-folders-and-f.aspx * http://www.eggheadcafe.com/com 阅读全文
posted @ 2012-05-30 19:49 ®Geovin Du Dream Park™ 阅读(1676) 评论(0) 推荐(1) 编辑
摘要: /* 參考來源: http://reflector.webtropy.com/default.aspx/4@0/4@0/untmp/DEVDIV_TFS/Dev10/Releases/RTMRel/ndp/fx/src/WinForms/Managed/System/WinForms/InputLanguage@cs/1305376/InputLanguage@cshttp://msdn.microsoft.com/en-us/library/ms171548.aspxhttp://msdn.microsoft.com/en-us/library/syy068tk.aspxhttp://go4 阅读全文
posted @ 2012-05-22 11:13 ®Geovin Du Dream Park™ 阅读(2091) 评论(1) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta content="text/html; charset=utf-8" http-equiv="Content-Typ 阅读全文
posted @ 2012-05-11 13:23 ®Geovin Du Dream Park™ 阅读(551) 评论(0) 推荐(0) 编辑
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 109 下一页