CHtmlEditCtrl - problems

R

ragi

I'm trying to use this class but documentation about it is minimal.
I'd like to know:


1. How shoud I create this control to have edit mode without any margins
like after this:

<body leftmargin="0" topmargin="0" rightmargin="0" style="color: black;
background-color: yellow;" alink="red" link="blue" vlink="navy" >

2. How intercept pressing Enter to make additional operations.

3. How put any text to this control from program (no from file, address.
etc.)

4. How set caret to the end of line (for instance after included image).
By default caret stay before included image.

5. How change context menu (into another)

6. How change parameters (bold, italic, color, etc.) from current caret
position.

7. How change distance between two lines after pressing Enter. Default
is to big.

8. How blocked verical scroll bar in this control and made it like in
multiline Edit control.


Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top