Connecting Tech Pros Worldwide Help | Site Map

Rich Text Editor

  #1  
Old November 12th, 2005, 11:38 PM
PC User
Guest
 
Posts: n/a
I found this Rich Text Editor and I've been trying to recreate it in
my own application. I've had trouble with the COMCTL.ImageListCtrl
and the COMCTL.Toolbar to recreate the toolbar. And I've had trouble
with COMCTL.SBarCtrl in recreating the status bar. Does anyone have
any experience with these or know of any website that explaines how to
use these?
http://www.access-programmers.co.uk/...achmentid=5545


Thanks,
PC
  #2  
Old November 13th, 2005, 12:10 AM
PC User
Guest
 
Posts: n/a

re: Rich Text Editor


I've been working on a prototype to incorporate into my db project at
work and I thought I'd share what I've developed so far, because I've
seen lots of postings requesting information for rich text editing.
My prototype contains 4 tabs on a tabcontrol and each tab has a rich
text field. Enter data in any of the rich text fields and click the
save icon. Then with the cursor in one of the rich text fields, do a
right click and what I have named as my "rtfZoomEditor" pops up with a
number of edit buttons that are similar to MS WordPad. You should be
able to edit and format your text or you can load a different rich
text file into the editor. To place images, just drag them from their
source and drop them in the rich text field. You can also cut and
paste them. I would have left images in this sample, but the file size
is to large to post in a forum. I'm still looking for a spell checker
that works in rich text. Also I think the "Find" button should
highlight all occurances of the word that it has found. I'm still
looking for a way to accomplish that. There are still more rich text
edit commands that are shown in the object browser for "RichTextLib"
that would further enhance this project. If someone can help me with
this I'd appreciate it. My prototype db is located at:
http://www.dbforums.com/attachment.p...achmentid=2727

Here's a couple of links with some more samples I've found for those
who are interested.

http://www.access-programmers.co.uk/...achmentid=5545

http://www.dbforums.com/attachment.p...achmentid=2666

http://www.utteraccess.com/forums/do...?Number=458369

http://msdn.microsoft.com/library/de...excontrols.asp

PC
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding rich text editor made me lose focus karen987 answers 11 May 29th, 2007 12:45 PM
javascript rich text editor shows html tags in ASP text area karen987 answers 36 April 26th, 2007 02:58 PM
Rich text editor Prasad answers 7 November 28th, 2006 06:25 AM
Rich Text Editor - problem with generated HTML pbreah answers 4 July 12th, 2006 01:05 AM
Question: Rich Text Editor and HTML message body VB Programmer answers 2 November 19th, 2005 12:59 AM