08 2014 档案

摘要:Horizontal RadiobuttonsColumn2 is DataGridViewTextBoxCellHorizontal Custom Radiobuttons =>using System;using System.Collections.Generic;using System.C... 阅读全文
posted @ 2014-08-11 20:47 kevinygq 阅读(371) 评论(0) 推荐(0) 编辑
摘要:Generate a class from table defintion and simplify databinding process. 阅读全文
posted @ 2014-08-10 08:43 kevinygq 编辑
摘要:http://www.xue5.com/itedu/201003/403213.html 阅读全文
posted @ 2014-08-10 08:39 kevinygq 阅读(103) 评论(0) 推荐(0) 编辑
摘要:Use the General, Text Editor, Options Dialog Box to customize the appearance and functionality of the Text and Code editor. You can set Text Editor op... 阅读全文
posted @ 2014-08-10 07:57 kevinygq 阅读(99) 评论(0) 推荐(0) 编辑
摘要:Code Snippet: http://msdn.microsoft.com/en-us/library/z41h7fat.aspxCodePlex.Snippets 4.0 - Visual Studio 2010 Code Snippets for C# Developers http:/... 阅读全文
posted @ 2014-08-10 07:49 kevinygq 阅读(193) 评论(0) 推荐(0) 编辑
摘要:Here are some save function for some situations:Yes/No/// ///保存数据到WCF /// /// public void SaveDataSetSingleOrTwoTables(... 阅读全文
posted @ 2014-08-09 18:59 kevinygq 阅读(200) 评论(0) 推荐(0) 编辑
摘要:Simple Examples => http://csharp.net-informations.com/datagridview/csharp-datagridview-readonly-column.htmMSDN Examples => http://msdn.microsoft.com/e... 阅读全文
posted @ 2014-08-09 08:03 kevinygq 阅读(759) 评论(0) 推荐(0) 编辑
摘要:Examples http://msdn.microsoft.com/en-us/library/aa969773(v=vs.110).aspx Displays a message box that can contain text, buttons, and symbols that infor 阅读全文
posted @ 2014-08-07 09:53 kevinygq 编辑
该文被密码保护。
posted @ 2014-08-07 05:51 kevinygq 编辑
摘要:Multiple Bindings causeddataBing weird????Text.DataBindings.Add(new Binding("Text", bs1, "Index_Code"));Text.DataBindings.Add(new Binding("Text", bs2,... 阅读全文
posted @ 2014-08-06 20:41 kevinygq 阅读(405) 评论(0) 推荐(0) 编辑
摘要:Custom Date and Time Format Strings <= https://docs.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings http://www.cnbl 阅读全文
posted @ 2014-08-04 12:57 kevinygq 编辑
摘要:http://msdn.microsoft.com/library/ee354180.aspxSteps:Designing a Service ContractImplementing a WCF ServiceWhat instancing mode will be used?What conc... 阅读全文
posted @ 2014-08-02 17:54 kevinygq 阅读(135) 评论(0) 推荐(0) 编辑