473,395 Members | 1,464 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

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 2938
"Dan Christensen" <dc****@allstream.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******@kangaroologic.com> wrote in message
news:bv************@ID-216073.news.uni-berlin.de...
"Dan Christensen" <dc****@allstream.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****@allstream.net> wrote in message
news:FJ***************@tor-nn1.netcom.ca...

"Jonathan Turkanis" <te******@kangaroologic.com> wrote in message
news:bv************@ID-216073.news.uni-berlin.de...
"Dan Christensen" <dc****@allstream.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
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...
2
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...
4
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
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...
0
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...
1
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...
9
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...
5
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...
16
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...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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...
0
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,...
0
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...
0
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...
0
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...

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.