Answer

专注于Mobile,WinCE
  首页  :: 新随笔  :: 联系 :: 管理

2008年1月28日

摘要: 语言:wxWidgets 数据库:sqlite 版本:V1.00 时间:2008-01-28 功能描述:小型的电话本备忘录。 阅读全文

posted @ 2008-01-28 17:59 answer 阅读(1359) 评论(17) 推荐(0) 编辑

2007年12月18日

摘要: 1. 创建配置节类 必须创建继承自ConfigurationSection的对象才能进行配置数据读写操作,ConfigurationSection提供了索引器用来获取和设置配置数据,需要注意的是拥有ConfigurationProperty特性的属性才会被存储,并且名称要保持大小写完全一致,如下面的代码中,所有的"id"必须保持一样。 class ConfigSectionData : Confi... 阅读全文

posted @ 2007-12-18 17:05 answer 阅读(5551) 评论(0) 推荐(1) 编辑

2007年12月11日

摘要: //======================================================================== //TITLE: // WINCE的编程忠告 //AUTHOR: // norains //DATE: // 第一版:Wednesday 7-March -2007 // 修正版:Tuesday 7-October-2007... 阅读全文

posted @ 2007-12-11 15:38 answer 阅读(1021) 评论(0) 推荐(0) 编辑

摘要: 字符分类: 宽字符函数 普通C函数 描述 iswalnum() isalnum() 测试字符是否为数字或字母 iswalpha() isalpha() 测试字符是否是字母 iswcntrl() iscntrl() 测试字符是否是控制符 iswdigit() isdigit() 测试字符是否为数字 iswgraph() ... 阅读全文

posted @ 2007-12-11 14:30 answer 阅读(1968) 评论(1) 推荐(1) 编辑

2007年11月28日

摘要: 管理窗口 这里有若干直接由窗口管理器(例如:MS Windows或Motif Window Manager)操纵的窗口类型。在wxWidgets中,frames和dialogs是相似的,但是只有dialogs可能是模式的。 wxTopLevelWindow ... 阅读全文

posted @ 2007-11-28 14:10 answer 阅读(3732) 评论(1) 推荐(0) 编辑

2007年11月14日

摘要: 使用 Windows 窗体和图形节省内存 · 对提供 BeginUpdate 和 EndUpdate 方法的控件使用这两种方法,提供这两种方法的控件包括 ComboBox、ListBox、ListView、ToolStripComboBox 和 TreeView。 · 重新定位控件时,使用 SuspendLayout 和 ResumeLayout 方... 阅读全文

posted @ 2007-11-14 17:40 answer 阅读(418) 评论(0) 推荐(0) 编辑

2007年9月19日

摘要: 变量 Type Prefix Example Arra... 阅读全文

posted @ 2007-09-19 09:11 answer 阅读(679) 评论(0) 推荐(0) 编辑

2007年7月13日

摘要: RS232 is the most known serial port used in transmitting the data in communication and interface. Even though serial port is harder to program than the parallel port, this is the most effective method in which the data transmission requires less wires that yields to the less cost. The RS232 is the communication line which enables the data transmission by only using three wire links. The three links provides ‘transmit’, ‘receive’ and common ground... 阅读全文

posted @ 2007-07-13 11:17 answer 阅读(3454) 评论(2) 推荐(0) 编辑

2007年7月12日

摘要: Download Demo project (direct access) Download demo project (using inpout32.dll) We can easily program the parallel port in DOS. But as we know, DOS programs have their own limitations. So, if you... 阅读全文

posted @ 2007-07-12 12:32 answer 阅读(2231) 评论(0) 推荐(0) 编辑

摘要: Parallel port is a very commonly known port, widely used to connect the printer to the PC. If you see backside of your computer, there will be a port having 25. That port is known as LPT port or printer port. We can program this port for device control and data transfer. In this article, we will learn basics of parallel port and programming the parallel port. 阅读全文

posted @ 2007-07-12 11:50 answer 阅读(1822) 评论(0) 推荐(0) 编辑