ekRichEdit is a RichEdit extended control. It is extended from Microsoft RichEdit control to realize displaying picture animation, text, hyper link, etc. It is used to meet the requirements of rich text control by the Windows client software. In the meantime, we encapsulate classes to meet the requirements of IM type chat windows. It should satisfy the basic needs of an IM type software. ekRichEdit extended control also some extend classes to support some features in the chat windows, besides the basic RichEdit extension.
-
ekRichEdit supports the following features:
-
Supports display different type of pictures and GIF animation
In an IM ( Instant Message such as MSN,Yahoo) chat window, displaying picture and GIF animation are the basic requirements. ekRichEdit fully supports displaying different type of pictures and GIF animations. -
Supports configure and save font information
Font can be configured and the configurations will be stored in msg.ini file. -
Supports message encoding
A normal IM(Instant Message) software supports setting font type, font color, etc, and there will probably be picture information in the message. Before sending the message, we need to encode the richedit text to make sure the text or image information will be successfully delivered. When the message is delivered successfully, message decoding and text and picture displaying will be proceeded. -
Supports hyper link and custom hyper link proceeding
It supports URL hyper link proceeding and custom hyper link proceeding. -
Supports message text and picture copy and paste
ekRichEdit supports copy and paste the whole content. -
Supports system clipboard copy and paste
ekRichEdit supports copy the pictures and text messages to richedit edit from the system clipboard and copy the chat message record with text and picutre information to the system clipboard. -
Supports drag copy
It supports dragging the selected contents in order to do copy/paste the selected contents. -
Supports default face emotions
It supports system default faces similar to QQ IM software.
-


