上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 109 下一页
摘要: //打印文檔 object nullobj = Missing.Value; //aDoc = wordApp.Documents.Open(ref file, // ref nullobj, ref nullobj, ref nullobj, // ref nullobj, ref nullobj, ref nullobj, ... 阅读全文
posted @ 2011-11-04 15:52 ®Geovin Du Dream Park™ 阅读(556) 评论(0) 推荐(0) 编辑
摘要: //http://office09.googlecode.com/svn-history/r491/trunk/OfficeInCloudWord2007/WordLocalView.cs// http://office09.googlecode.com/svn/trunk/using System;using System.Collections;using System.Linq;using System.Text;using System.Globalization;using LocalView;using DataType;using Google.GData.Client;usin 阅读全文
posted @ 2011-11-04 11:49 ®Geovin Du Dream Park™ 阅读(430) 评论(0) 推荐(0) 编辑
摘要: 1.创建一个模板的Word文档Doc1.dot 内容为:To: <Name>Sub:<Subject>Website is ok geovindu 涂聚文好样的 work.CEo <Datetime>Thanks.2.程序操作代码为: /// <summary> /// 簡單操作Word模板文件 /// 塗聚文 2011-11-03 /// 缔友计算机信息技术有限公司 /// </summary> /// <param name="sender"></param> /// <param 阅读全文
posted @ 2011-11-03 20:26 ®Geovin Du Dream Park™ 阅读(2680) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace WindowsFormsStyle{ public partial class LoginForm : Form { protected string fileName ... 阅读全文
posted @ 2011-11-03 11:33 ®Geovin Du Dream Park™ 阅读(565) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 塗聚文 2011-10-24 (參考相關網絡和書藉資料) /// 締友計算機信息技術有限公司 ///C# Winform 簡單分頁: 首頁,上一頁,下一頁,末頁 /// </summary> public partial class FormDataGridViewPage : Form { /// <summary> /// 每页显示行数 /// </summary> int pageSize = 0; /// <summary> ... 阅读全文
posted @ 2011-10-24 19:38 ®Geovin Du Dream Park™ 阅读(1268) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// 遍曆清除指定的控件 /// 塗聚文 2011-10-18 /// 締友計算機信息技術有限公司 /// </summary> /// <param name="con"></param> public void ClearControl(Control.ControlCollection con) { foreach (Control C in con) { if (C.GetType().... 阅读全文
posted @ 2011-10-19 12:44 ®Geovin Du Dream Park™ 阅读(520) 评论(0) 推荐(0) 编辑
摘要: from http://www.codeproject.com/KB/office/DataGridViewCopyPaste.aspx /// <summary> /// 分行顯示顏色 /// 塗聚文 2011-10-13 /// 締友計算機信息技術有限公司 /// </summary> /// <param name="sender"></param> /// <param name="e"></param> private void dataGridView1_RowsAdde 阅读全文
posted @ 2011-10-13 12:59 ®Geovin Du Dream Park™ 阅读(751) 评论(0) 推荐(0) 编辑
摘要: /// <summary> /// datagridview to a datatable /// geovindu 涂聚文 /// </summary> /// <param name="dataGridView"></param> /// <returns></returns> private DataSet DataGridViewToDatSet(DataGridView dataGridView) { DataSet ds = new DataSet(); ... 阅读全文
posted @ 2011-09-29 17:41 ®Geovin Du Dream Park™ 阅读(546) 评论(0) 推荐(0) 编辑
摘要: /// <summary> ///連接數據庫字符串 ///塗聚文 2011-09-25 ///締友計算機信息技術有限公司 /// </summary> private static string connectionString; /// <summary> /// /// </summary> static DBHelper() { DataSetingConfig dbconnection = ne... 阅读全文
posted @ 2011-09-25 18:03 ®Geovin Du Dream Park™ 阅读(494) 评论(0) 推荐(0) 编辑
摘要: ---塗聚文 Geovin DuDECLARE @myid uniqueidentifierSET @myid = NEWID()SELECT CONVERT(char(255), @myid) AS 'char';GO--塗聚文 Geovin Dudeclare @allstring char(255),@AreaUid Uniqueidentifierset @AreaUid='37A1DA94-4AC6-4ED0-B96F-BA3FE6AEACC8'set @allstring= cast(@AreaUid as char(255))select @all 阅读全文
posted @ 2011-09-19 19:39 ®Geovin Du Dream Park™ 阅读(622) 评论(0) 推荐(0) 编辑
上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 109 下一页