• Welcome to Valhalla Legends Archive.
 

Richedit

Started by Ickypoopy, January 19, 2003, 08:08 PM

Previous topic - Next topic

Ickypoopy

I am having trouble locating good information on Richedit controls in C/C++.

I was wondering if someone could help me with making a STREAMIN function, and callback to go along with.  Very basic functions if possible.  Thanks :)

Ickypoopy

#1
...
Im starting to think no one knows...


Ickypoopy

#3
I am not using MFC...

Infact, I dont even know what it is :(

Etheran

#4
it's best not to know what mfc is :)

WolfSage

#5
Lol. Amen Eth. But even so, MSDN is the way to go. Search MSDN RichEdit and I'm sure you'll find what you are looking for. (I'd do it for you, but I'm to lazy :/)

Ickypoopy

#6
QuoteLol. Amen Eth. But even so, MSDN is the way to go. Search MSDN RichEdit and I'm sure you'll find what you are looking for. (I'd do it for you, but I'm to lazy :/)
Ive been trying to do this for more than two weeks...  Dont you think I checked there?  That was the first place I checked actually...  Thats where I got almost all of the info I currently have, but I still cannot put text into it.

The only way I have to put text into it is to use SetWindowText, but thats not what I am trying to do...

Laz

#7
Look up EM_REPLACESEL

Ickypoopy

#8
Thanx :D

n00blar

#9
The EM_STREAMIN message replaces the contents of a rich edit control with a stream of data provided by an application defined–EditStreamCallback callback function