473,654 Members | 2,990 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What are alternatives to VB Rich Text Box?

I have written a small application in VB6 -- a kind of special purpose text
editor. There seem to be many annoying glitches in VB's rich text box
control, however. Performance on larger files has suffered as a result of
various work-arounds I have had to use. And there some very annoying,
nonstandard "features." Are there any C++ alternatives I could use?

Dan
Jul 22 '05 #1
3 2955
"Dan Christensen" <dc****@allstre am.net> wrote in message
news:8t******** *******@tor-nn1.netcom.ca.. .
I have written a small application in VB6 -- a kind of special purpose text editor. There seem to be many annoying glitches in VB's rich text box control, however. Performance on larger files has suffered as a result of various work-arounds I have had to use. And there some very annoying, nonstandard "features." Are there any C++ alternatives I could use?


I don't use VB, but having used the win32 API, I wouldn't be surprised
to learn that the glitches are problems with the underlying API, not
with VB.

There are alternatives. However, if you want to stick with microsoft,
you should post to a microsoft group; if you are willing to consider
any C++ user interface system, there are several, but this is still
not an appropriate group since the C++ standard library contains no
GUI facilities.

Jonathan
Jul 22 '05 #2

"Jonathan Turkanis" <te******@kanga roologic.com> wrote in message
news:bv******** ****@ID-216073.news.uni-berlin.de...
"Dan Christensen" <dc****@allstre am.net> wrote in message
news:8t******** *******@tor-nn1.netcom.ca.. .
I have written a small application in VB6 -- a kind of special purpose text
editor. There seem to be many annoying glitches in VB's rich text

box
control, however. Performance on larger files has suffered as a

result of
various work-arounds I have had to use. And there some very

annoying,
nonstandard "features." Are there any C++ alternatives I could use?


I don't use VB, but having used the win32 API, I wouldn't be surprised
to learn that the glitches are problems with the underlying API, not
with VB.

There are alternatives. However, if you want to stick with microsoft,
you should post to a microsoft group;


I posted a similar question in a VB group and got no replies.
if you are willing to consider any C++ user interface system, there are several, but this is still
not an appropriate group since the C++ standard library contains no
GUI facilities.


How depressing!

What C++ user interface systems then are to be recommended on the basis of
reliabillity and easy of use for my type of application?

Dan
Jul 22 '05 #3

"Dan Christensen" <dc****@allstre am.net> wrote in message
news:FJ******** *******@tor-nn1.netcom.ca.. .

"Jonathan Turkanis" <te******@kanga roologic.com> wrote in message
news:bv******** ****@ID-216073.news.uni-berlin.de...
"Dan Christensen" <dc****@allstre am.net> wrote in message
news:8t******** *******@tor-nn1.netcom.ca.. .
I have written a small application in VB6 -- a kind of special

purpose text
editor. There seem to be many annoying glitches in VB's rich text

box
control, however. Performance on larger files has suffered as a

result of
various work-arounds I have had to use. And there some very

annoying,
nonstandard "features." Are there any C++ alternatives I could use?


I don't use VB, but having used the win32 API, I wouldn't be surprised
to learn that the glitches are problems with the underlying API, not
with VB.

There are alternatives. However, if you want to stick with microsoft,
you should post to a microsoft group;


I posted a similar question in a VB group and got no replies.
if you are willing to consider
any C++ user interface system, there are several, but this is still
not an appropriate group since the C++ standard library contains no
GUI facilities.


How depressing!

What C++ user interface systems then are to be recommended on the basis of
reliabillity and easy of use for my type of application?


- You haven't really described your 'type' of application.

- You'll need to decide for yourself whether a particular library is 'easy
to use'.

- Most library suppliers provide mailing lists, testimonials, etc. where one
can discover the opinions of others about things like reliablity, etc.
IMO a good place to start would be Nikki Locke's
"Available C++ Libraries FAQ":

http://www.trumphurst.com/cpplibs/cpplibs.phtml

(link lifted from the the C++ FAQ,
http://www.parashift.com/c++-faq-lit....html#faq-36.9 )

-Mike
Jul 22 '05 #4

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

Similar topics

125
14702
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
2
2980
by: VB Programmer | last post by:
I want to create an email message with a HTML body and email it out. I know how to create/send the email (for the most part.) 1. Any ideas or examples of using an ASP.NET rich text editor so that a user can edit rich text, then save the results as an HTML page (either straight to a page or into a db)? 2. How about the opposite: An HTML page the is opened up in the editor so the user can modify it (with rich text) and save it (like to...
4
2480
by: Franck Quintana | last post by:
Hi, I would like to know if there are alternatives to FreetextBox control (http://www.freetextbox.com)? Commercial and non commercial products please. Thank you. Franck.
1
3402
by: Peter | last post by:
I have written a small terminal app that reads and writes to the serial port. In particular as the data is read from the serial port it is appended to the rich text box. The problem I am experiencing is this: When CrLf is received in the same read and appended to the rich text box, it processes it by moving to the beginning of the next line. This is right. When Cr is received at the end of one read it is appended to the rich text box....
0
2440
by: ray well | last post by:
hi, my app has two parallel rich text boxes containing the same content in 2 different languages. the lines parallel each other, line #3 in english contains the same content as line #3 in french. i need the two boxes to syncronize, if someone scrolls and clicks on line 23 in the english side, it should scroll to line 23 in the french side, and the same from french to english.
1
11738
by: tomi.trescak | last post by:
Hi I have a problem with storing rich text in MySQL. I store rich text in MySQL (in column with type "text") which i get from Rich Textbox control. When i do reverse processing by trying to fill rich text back to rich techbox (i set correct property "Rtf") i get whole text like: { tf1ansiansicpg1250deff0deflang1029{fonttbl{f0fnilfcharset0
9
8279
by: Neil | last post by:
I need to implement a rich text box in an MDB file for a user base that consists of Access 2000 and Access 2002. Unfortunately, I'm using Access 2003 on my development machine. My understanding is that because of security issues, the Microsoft Rich Textbox Control doesn't work in Access 2003. Thus, I'm left with 3 options: 1) Downgrade my development machine to Access 2002 (if I could even find a copy somewhere). 2) Upgrade all...
5
5343
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...
16
11062
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...
0
8290
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
8707
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...
1
8482
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7306
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
6161
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
4149
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
4294
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2714
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1593
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.