09 2014 档案

该文被密码保护。
posted @ 2014-09-29 11:45 kevinygq 编辑
摘要:Case 1:TabPanel autoScroll, DataGridView full anchor. DataGridView full anchor to partial anchor, then back to full anchor. ScrollBar appears. 阅读全文
posted @ 2014-09-24 21:27 kevinygq 阅读(120) 评论(0) 推荐(0) 编辑
摘要:Signing Data with CNGhttp://msdn.microsoft.com/en-us/library/windows/desktop/aa376304(v=vs.85).aspx 阅读全文
posted @ 2014-09-21 07:22 kevinygq 阅读(165) 评论(0) 推荐(0) 编辑
摘要:C++ string best practices => LPTSTR, PSTR, CString, _T, TEXT, Win32 API, Win16. string, wstring. strings http://msdn.microsoft.com/en-us/library/ms174 阅读全文
posted @ 2014-09-18 21:04 kevinygq 阅读(764) 评论(0) 推荐(0) 编辑
摘要:Databinding in Windows Forms demo (CSWinFormDataBinding)/************************************* Module Header **************************************\* ... 阅读全文
posted @ 2014-09-08 09:34 kevinygq 阅读(242) 评论(0) 推荐(0) 编辑
摘要:Data Object(class) impliment INotifyPropertyChanged; then the Object can update BindingSource.Implimentation public abstract class NotifyProperyChan... 阅读全文
posted @ 2014-09-07 21:06 kevinygq 阅读(245) 评论(0) 推荐(0) 编辑
摘要:Introduction to common Interfaces IDataErrorInfo Provides the functionality to offer custom error information that a user interface can bind to. .NET 阅读全文
posted @ 2014-09-07 16:28 kevinygq 阅读(152) 评论(0) 推荐(0) 编辑
摘要:http://www.myexception.cn/cpp/1465313.htmlstd::string string_To_UTF8(const std::string & str){ int nwLen = ::MultiByteToWideChar(CP_ACP, 0, str.c_s... 阅读全文
posted @ 2014-09-03 22:02 kevinygq 阅读(435) 评论(0) 推荐(0) 编辑