473,715 Members | 2,860 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Rich Textbox Control That Allows Formatting

Is there an editable RTF textbox control which allows the user to apply
bold, italic, etc.? I tried the Microsoft Rich Textbox Control, but there
doesn't seem to be a way to allow the user to change the formatting while
typing text. Is there such a beast?

Thanks,

Neil
Nov 13 '05 #1
2 5836
Microsoft Rich Textbox Control allow this, but does not work in Access 2003.
here a sample:
http://www.pointltd.com/Downloads/Details.asp?dlID=19

also you can look at Stephen Lebans API solution www.lebans.com
and FMS Memo www.fmsinc.com

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
"Neil" <nj****@pxdy.co m> wrote in messagens.coms
news:zd******** *******@newsrea d1.news.pas.ear thlink.net...
Is there an editable RTF textbox control which allows the user to apply
bold, italic, etc.? I tried the Microsoft Rich Textbox Control, but there
doesn't seem to be a way to allow the user to change the formatting while
typing text. Is there such a beast?

Thanks,

Neil

Nov 13 '05 #2
Alex the MS RTF control can work with Office 2003, you just have to
modify a registry setting. Here is a previous post of mine on this
issue. Oh yes, if I remember correctly, you have to create the Reg entry
with a value of 1.

It's a security issue. I cannot find an English KB article but here is a
post in french from a MS PSS empoyee with a detailed explanation and a
ref to a french KB article. I'll translate it for you using
Babelfish...sor ry if there are any mistakes!
http://groups.google.com/group*s?hl=...F-8&*threadm=u.
...
%3Den%26lr%3D%2 6ie%3DUTF-8%26o*e%3DUTF-8%26scoring%3Dd %26q%3D*lebans% 2B-
EC
KANKAR%2BActive X%2Barticle%2B2 *003
From: JBL (jblec...@nordn et.fr)
Subject: Richtextbox access 2003
View this article only
Newsgroup: microsoft.publi c.fr.access
Date: 2003-11-26 23:16:53 PST
Hello, Somebody can it explain me why the contr
RichTextBox of my base of donn E programm E under access 2002 are not
accept are by access 2003? Thank you very much JBL
Message 2 in thread
From: Benoit Compoint [ ms ] (beno...@online .microsoft.com)
Subject: Re: Richtextbox access 2003
View this article only
Newsgroup: microsoft.publi c.fr.access
Date: 2003-11-27 01:15:18 PST
Hello, RichTextBox control comprises access
methods to the files (in particular LoadFile and SaveFile) which make
it potentially dangerous within the framework of a Web. application
For this Microsoft reason prevents its execution in Internet To
explore by using the method described in the base of Microsoft
knowledge (technical article 240797), by fixing the value of the entry
"Compatibil ity Flags" in the following under-key of the base of
register: HKEY_LOCAL_MACH INE\SOFTWARE\Mi *crosoft\Intern et
Explorer\Active X Compatibility\{ 3B7C8860-D78F-1*01B-B9B5-04021C009402}
http://support.microsoft.com/d*efaul...d=KB;FR;240797
Microsoft reinforced the safety of Microsoft Access in
the version 2003. One of the additional safety measures is that
Access 2003 holds account of the restrictions forced on Internet To
explore in the under-key HKEY_LOCAL_MACH INE\SOFTWARE\Mi *crosoft\Intern et
Explorer\Active X Compatibility an administrator of the Windows station
can modify the value of this entry "Compatibil ity Flags". But I
disadvise to you making it since this would weaken the safety offered
by Access 2003 and Internet To explore. I rather advise you to
give up format rtf with the profit of a more recent format:
HTML. You could then use, for example, control ActiveX
"WebBrowser control" to post the text formatted in HTML. Benoit
Compoint. "JBL" < jblec...@nordne t.fr > wrote in message
news:08******** *************** *****@phx.gbl.. . Hello, Somebody can it
explain me why RichTextBox
controls of my base of data programmed under access 2002 are not
accepted by access 2003? Thank you very much JBL


--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Alex Dybenko" <al*****@PLEASE .cemi.NO.rssi.S PAM.ru> wrote in message
news:#Y******** ******@TK2MSFTN GP09.phx.gbl...
Microsoft Rich Textbox Control allow this, but does not work in Access 2003. here a sample:
http://www.pointltd.com/Downloads/Details.asp?dlID=19

also you can look at Stephen Lebans API solution www.lebans.com
and FMS Memo www.fmsinc.com

--
Alex Dybenko (MVP)
http://Alex.Dybenko.com
http://www.PointLtd.com
"Neil" <nj****@pxdy.co m> wrote in messagens.coms
news:zd******** *******@newsrea d1.news.pas.ear thlink.net...
Is there an editable RTF textbox control which allows the user to apply bold, italic, etc.? I tried the Microsoft Rich Textbox Control, but there doesn't seem to be a way to allow the user to change the formatting while typing text. Is there such a beast?

Thanks,

Neil



Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
5103
by: hermawih | last post by:
Hi , can anyone help me , please . In Ms Rich textbox control , It is easy to insert object than to insert picture . I want to insert picture in my Ms rtf activeX control but Ms Access does not support Clipboard function for images (Getdata or setData ) . I have
4
2770
by: David Davis | last post by:
Woll2Woll has a product for Delphi called Infopower which has a rtf control with a built-in word processor. Does anyone know of a third party control that has the same capabilities. I don't have the experience in Dot Net to write one myself. -- Thanks David Davis
3
4541
by: natrajsr | last post by:
Hi, I want to load the data of a excel sheet or in the exact excel sheet format into a Rich TextBox control. I have already worked with loading WORD into a Rich TextBox. It is working fine.; But it is taking long time for our need. So we thoguht, we can find another better solution rather than that. Can anyone help me to find out how to load a excel sheet or in the
36
9334
by: karen987 | last post by:
My newsweblog has ASP pages with news articles and a commenting system. The comments are posted, and to read them the reader clicks on the headline of the comment, and it opens up in a pop up window. I added this "whizzywig rich text editor" to the comments textbox where readers comment on articles. Whizzywig is a javascript rich text editor, and appears to work fine. I type the comment using the editor when i need to and then click...
4
2490
by: Neil | last post by:
I'm using the MS Rich Textbox control (6.0 - SP4) in an MS Access 2000 MDB, on a tab control with 4 tabs. Each tab has 4-8 rich textboxes, which are bound to memo fields. Frequently, when I click on a tab to move there, an image of one of the RT controls on that tab appears in the upper left corner of the screen. The form and the tab control are gray, and the RT controls have a white background. So there will be this white box the size...
5
5367
by: ARC | last post by:
Just found out something interesting with Access 2007... In table design, if you set a memo field to the new rich text option, and put that control on a form, set the control to rich text, you can only use the text formatting menus IF the control is on a parent form! If the control is placed on a form that is a subform, the mini format toolbar, and the access toolbar will not work! However, if you place the control on a self-contained...
4
5481
by: Neil | last post by:
Just found out that the Microsoft Rich Textbox does not support full text justification, since it's based on Version 1.0 of the RichEdit Window Class, and full text justification is only available in versions 3.0 or later of the class. However, also just found out that the new Rich Text property in Access 2007 ALSO does not support full text justification! This seems incredible, that MS would create a brand new application, and not...
16
11124
by: Neil | last post by:
I posted a few days ago that it seems to me that the Access 2007 rich text feature does not support: a) full text justification; b) programmatic manipulation. I was hoping that someone might know one way or the other whether that was true or not, or could point me to an article or help text that would. What I have seen so far online and in Access 2007 help seems to confirm the above. But that (or at least (b)) seems incredible that it...
11
12078
by: ARC | last post by:
Hello all, My app has an e-mailing feature where you can e-mail reports, as well as a bulk e-mail feature for e-mailing all customers (as separate e-mails). I allow the user to set the subject text, body text, and browse for attachments. I also allow 3 basic e-mailing options: Default mail handler (Mapi), MS Outlook, and a proprietary e-mailing client. I've always been curious how you would send rich text in the body message, or...
0
8718
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9340
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9196
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9047
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6646
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5967
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4477
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4738
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.