| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1035 人关注过本帖
标题:[求助]
只看楼主 加入收藏
409808575
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2005-10-22
收藏
 问题点数:0 回复次数:1 
[求助]
请问什么是TextOut函数,其用法怎样?
搜索更多相关主题的帖子: TextOut 函数 用法 
2005-10-22 20:08
zhangzujin
Rank: 1
等 级:新手上路
帖 子:276
专家分:0
注 册:2005-5-9
收藏
得分:0 

查帮助么.

TextOut

The TextOut function writes a character string at the specified location, using the currently selected font, background color, and text color.

BOOL TextOut(  HDC hdc,           // handle to DC  int nXStart,       // x-coordinate of starting position  int nYStart,       // y-coordinate of starting position  LPCTSTR lpString,  // character string  int cbString       // number of characters);



比如说
pDC->TextOut(0,0,'Welcome to Visual C++.Net');
当然了,我是瞎说的.
很多我都不会,不知道怎么去学Viual C++.Net,那好麻烦.
也没例子仿照.

太极之道 qq:283421560 E-mail:zhangzujin360732@
2005-10-26 17:13
快速回复:[求助]
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014699 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved