本文介绍了富文本框控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
m尝试通过使用GetWindowText()从Microsoft Rich Textbox Control 6.0中提取文本.我的代码是-
CString str;
m_richctrl.GetWindowText(str);
MessageBox(str);
通过使用此bt,获取中止消息和空消息框.
如何从Rich Textbox中获取文本并显示它?
我知道这是非常容易的任务,但是我不知道该怎么做.
请帮我..
在advnc中表示感谢............
Hi,
m trying to extract text from Microsoft Rich Textbox Control 6.0 by using GetWindowText(). My code is-
CString str;
m_richctrl.GetWindowText(str);
MessageBox(str);
bt by using this, m getting abort message and empty messagebox.
How do I get text from Rich Textbox & display it?
I know this is very easy task, bt i don''t know hw to do it.
Plz help me..
Thanx in advnc............
推荐答案
这篇关于富文本框控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!