文件名称:WinCETextOutput
介绍说明--下载内容均来自于网络,请自行研究使用
在第一章里,例子程序HelloCE调用DrawText函数显示了一行文本。代码如下:
DrawText (hdc, TEXT ("Hello Windows CE!"), -1, &rect,
DT_CENTER | DT_VCENTER | DT_SINGLELINE)
DrawText 是一个相当高级的函数,允许由程序显示文本,而由Windows处理大部分细节。DrawText的头几个参数几乎是不言而喻,很直观。当前正在使用的设 备环境句柄被传入,同时传入的还有被TEXT宏包围的用来显示的文本,声明成Unicode字符串是为了符合Windows CE的需要。
-In the first chapter, the example of the procedure call DrawText function HelloCE shows the line of text. Code is as follows: DrawText (hdc, TEXT (
DrawText (hdc, TEXT ("Hello Windows CE!"), -1, &rect,
DT_CENTER | DT_VCENTER | DT_SINGLELINE)
DrawText 是一个相当高级的函数,允许由程序显示文本,而由Windows处理大部分细节。DrawText的头几个参数几乎是不言而喻,很直观。当前正在使用的设 备环境句柄被传入,同时传入的还有被TEXT宏包围的用来显示的文本,声明成Unicode字符串是为了符合Windows CE的需要。
-In the first chapter, the example of the procedure call DrawText function HelloCE shows the line of text. Code is as follows: DrawText (hdc, TEXT (
相关搜索: drawtext
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WinCETextOutput.doc