03 2010 档案

摘要:想实现通过程序调用手机的拍照摄像功能,原打算调用api不过去这方面不懂,查了好长时间终于凑成了一个简的小程序,贴出来:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections.Gener... 阅读全文
posted @ 2010-03-22 17:05 古史漫谈 阅读(364) 评论(0) 推荐(0)
摘要:同样是看别人的代码:先取出要设置的信息:代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--privatevoidmuItmSave_Click(objectsender,EventArgse){FileAccessfAcc=newFileAcces... 阅读全文
posted @ 2010-03-06 09:39 古史漫谈 阅读(426) 评论(0) 推荐(0)
摘要:看别人的代码觉得以后用的着,贴上来:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///<summary>///根据给定的配置文件中key获取其对应的value///</summary>///<paramname="... 阅读全文
posted @ 2010-03-06 09:29 古史漫谈 阅读(314) 评论(0) 推荐(0)
摘要:最近搞mobile windows开发,遇到要测算字符串和宽度,以前没怎么注意过,用起来还真不知道怎么搞,现把方法记录下来:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--try{Graphicsg=Graphics.FromImage(image... 阅读全文
posted @ 2010-03-04 14:51 古史漫谈 阅读(619) 评论(0) 推荐(0)