richedit
Delphi: Center Specific Line in TRichEdit by Scrolling
I have a Delphi 2007 TRichEdit with several lines in it.I want to scroll the richedit vertically such that a specific line number if approximately centered in the visible/display area of the richedit.[详细]
2022-12-30 06:30 分类:问答RichEdit's EM_AUTOURLDETECT message not always sent
To describe this issue, the best would that you would test my application with following usecase: Application: http://ubuntuone.com/p/nF/[详细]
2022-12-28 03:53 分类:问答Detect click on URL in RichEdit
I am trying to update RichEdit so that it detects URL and enables clicking on it to open in the browser. Detecting URL is easy, I just use the following code from http://www.scalabium.com/faq/dct0146.[详细]
2022-12-23 06:37 分类:问答How to disable dragging from a Rich Edit Control
I use a subclass of CRichEditCtrl to provide a CEdit+ type control. One thing I want is to disable drag-drop functionality, which the base class provided by default.[详细]
2022-12-23 05:14 分类:问答Delphi: How to use TJvRichEdit to load or save text and images (not just .bmp) to file or firebird blob field?
Regarding TJvRichEdit and Delphi... How? Load/Save rtf (including text and images - not only .bmp) to/from a file?[详细]
2022-12-22 09:18 分类:问答Is CFE_LINK stored in RTF RichEdit 3.0?
I am using MS TextServices to implement windowless rich text editing and setting CFE_LINK to create hyperlinks. This all works but when I save the text to my internal buffer for writing to a file the[详细]
2022-12-21 04:39 分类:问答How to test if a control is a RichEdit control
Most TWinControl descendant in Delphi has an override method CreateParams to define it\'s subclass such as:\'EDIT\', \'COMBOBOX\', \'BUTTON\', \'RICHEDIT\' and etc.[详细]
2022-12-20 20:22 分类:问答Find text autoscroll in MFC CRichEditView
I have an application with a CRichEditView, and I\'d like to find text in it. By creating a menu item \"Find\" with ID_EDIT_FIND, the view opens the find window and text is found by highlighting. BU[详细]
2022-12-19 15:08 分类:问答How to use a RichEdit control like a console with the Win32 API?
I have a RichEdit control in my sim开发者_运维知识库ple application that I wish to simulate a console-like display with.I want to be able to have a buffer of x number of lines (say, 300) and whenever[详细]
2022-12-19 03:03 分类:问答HTML Javascript Rich Text Box (IDE)
I am hoping to build an IDE in javascript that behaves much like gmail except the style will cha开发者_JAVA技巧nge automatically based on what they type as they type. The logic for this isnt where im[详细]
2022-12-15 18:40 分类:问答