03 2010 档案
【转】
摘要:c#,在DataGrid中选定、删除多行   2010-02-23 15:05    DataView dv = ((DataTable)dataGrid.DataSource).DefaultView;    ArrayList rows = new ArrayList();    //这里非常重要,按逆序保存被选中的行... 阅读全文
posted @ 2010-03-22 23:37 yry 阅读(151) 评论(0) 推荐(0)
编译Windows mobile sdk 自带mapirule时出现编译错误
摘要:1>------ Build started: Project: mapirule, Configuration: Debug Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ------ 1>Linking... 1>   Creating library Windows Mobile 5.0 Pocket PC SDK ... 阅读全文
posted @ 2010-03-21 11:30 yry 阅读(311) 评论(0) 推荐(1)
[转]
摘要:Windows mobile 6.0平台 CoreDll.dll所包含的API 阅读全文
posted @ 2010-03-11 11:45 yry 阅读(110) 评论(0) 推荐(0)
【转】
摘要:CEMAPI实战攻略(三)——操作信箱中的短信息(下) 阅读全文
posted @ 2010-03-06 17:18 yry 阅读(106) 评论(0) 推荐(0)
【转】
摘要:How to: Send a Message Send Feedback on this topic to the authors See Also Messaging | Messaging Overview | How to: Begin a MAPI Session | How to: Connect to a Message Store | How to: Create a Mess... 阅读全文
posted @ 2010-03-06 13:45 yry 阅读(309) 评论(0) 推荐(0)
[转]Windows mobile sdk 5
摘要:Windows Mobile Version 5.0 SDK How to: Create a Message Send Feedback on this topic to the authors See Also Messaging | Messaging Overview | How to: Begin a MAPI Session | How to: Connect to a Mess... 阅读全文
posted @ 2010-03-06 13:42 yry 阅读(250) 评论(0) 推荐(0)