| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 483 人关注过本帖
标题:请问VC中有这个函数吗??
只看楼主 加入收藏
cumtzdhlx
Rank: 1
等 级:新手上路
帖 子:53
专家分:0
注 册:2007-7-8
收藏
 问题点数:0 回复次数:3 
请问VC中有这个函数吗??
GetTypefaceAtCaret()我在MSDN中没找到,因为我用的是一个精简版本,问下有这个函数吗,如果有,它是什么用的啊
搜索更多相关主题的帖子: 函数 
2007-07-28 14:11
medicihophy
Rank: 1
等 级:新手上路
威 望:1
帖 子:102
专家分:0
注 册:2007-7-28
收藏
得分:0 
注意搜索撒,百度,google都可以嘛,这里有个英文解释,应该看得懂吧!
GetTypefaceAtCaret is a CStyleBar helper function that retrieves font information from the document or from the view and returns a CString with the typeface name. After GetTypefaceAtCaret returns,CComboBox::SelectString is called to select the corresponding combo box item, and CComboBox::SetCurSel is called with a -1 to blank the visible portion of the combo box if SelectString fails. With this simple update handler in place, the combo box selection will stay in sync with the caret as the user cursors through the document.
应用例子:
CString string = GetTypefaceAtCaret ();
if (m_wndComboBox.SelectString (-1, string) == CB_ERR)
m_wndComboBox.SetCurSel (-1);

2007-07-28 14:56
cumtzdhlx
Rank: 1
等 级:新手上路
帖 子:53
专家分:0
注 册:2007-7-8
收藏
得分:0 
MSDN中没有的函数怎么可以调用哦,是不是自己编的函数...
2007-07-28 18:16
yorkyogurt
Rank: 1
等 级:新手上路
帖 子:15
专家分:0
注 册:2006-3-27
收藏
得分:0 
很遗憾!没有!

2007-08-12 21:24
快速回复:请问VC中有这个函数吗??
数据加载中...
 
   



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

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