Click here to Skip to main content
15,918,267 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi! Experts,

please do the needful on my query.

In RichEditControl, i'm accommodating 24 lines(horizontally).
When 25th line enters, the 1st line should become as non editable. similary whenever new line is adding on the bottom, the top most should go in non editable part. How to solve this ?
Please give me the idea or sample if possible.

Thanks
Sam
Posted
Updated 3-Apr-13 22:38pm
v3
Comments
Mohibur Rashid 4-Apr-13 0:54am    
I looked for it in google. there is no built in solution. But you can fix this issue programmatically. Before you let the character to be printed make sure they are not your readonly part area....
Mr Sam 4-Apr-13 1:17am    
Thanks Rashid. I'm trying.
Mohibur Rashid 4-Apr-13 1:32am    
In more detail. At beginning keep your readonlyarea=0, when your character count read to 25, then change your read only area to 25 i.e. readonlyarea=25. and check if the user cursor position is less than readonlyarea, if so, don't let the character to be inserted. this way keep incrementing your count.
Mr Sam 4-Apr-13 5:26am    
Any other solutions plz ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900