richedit control content
-
Hello, How can i read content of richedit control?GetwindowText function is returning windows caption not the content. Br Bilgekaan
-
Hello, How can i read content of richedit control?GetwindowText function is returning windows caption not the content. Br Bilgekaan
Rich Edit control as a caption? :confused:
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
Rich Edit control as a caption? :confused:
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain ClarkeNo.I just want to grab richedit control content.CEdit control content can be taken using GetWindowText function.This function "when used for richedit ctrl" is returning caption of richedit control not the content.
-
Hello, How can i read content of richedit control?GetwindowText function is returning windows caption not the content. Br Bilgekaan
Read the documentation for CRichEditCtrl
-
No.I just want to grab richedit control content.CEdit control content can be taken using GetWindowText function.This function "when used for richedit ctrl" is returning caption of richedit control not the content.
AFAIK Edit Control has NO caption. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
Hello, How can i read content of richedit control?GetwindowText function is returning windows caption not the content. Br Bilgekaan
In addition to
GetWindowText()
, you can also send the control aEM_STREAMOUT
message, or if you are using MFC, call theStreamOut()
method."Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne