Hello,All:

I wanna roll text in my CRichEditCtrl up or down in my programme, but I
don't know what kind of function I should call, is there anybody who knows
how can we roll text in CRichEditCtrl?


Thanks in advance!

Re: how can I roll text down and up in my CRichEditCtrl in my programme? by thatsalok

thatsalok
Wed Apr 20 23:09:02 CDT 2005

Do you want to scroll your TEXT in RichEdit ctrl? simple send WM_SCROLL
message to richedit ctrl.


--
-----
cheers,
Alok Gupta
Visit me at http://alok.bizhat.com
"Carl" <carl8421@126.com> wrote in message
news:#KdyvJiRFHA.164@TK2MSFTNGP12.phx.gbl...
> Hello,All:
>
> I wanna roll text in my CRichEditCtrl up or down in my programme, but I
> don't know what kind of function I should call, is there anybody who knows
> how can we roll text in CRichEditCtrl?
>
>
> Thanks in advance!
>
>



Re: how can I roll text down and up in my CRichEditCtrl in my programme? by Carl

Carl
Fri Apr 22 01:41:19 CDT 2005

Thanks, I got it:-)