Link to home
Start Free TrialLog in
Avatar of skountouflis
skountouflis

asked on

Rich edit headache...

I have developed an application that uses the RichTextBox to do syntax highlight. I am developing on Window$ 200 $erver Editition with VB of course. When i run the project from vb, everything is OK. The same when I make an exe in my computer. When I try to make an installation using windows installer (from InterDev), a strange thing happens. My RichEditBox is not the same as the one I see when I run the project from VB or .exe ! Not even in my computer!!!! For instance while in vb run or exe, my RTB supports background highligting, the installed copy of the program does not! I have searched the net and I suppose it has something to do with RichTextBox versions (riched32.dll and riched20.dll) but that is as far as I can get... Any suggestions?
Avatar of Sethi
Sethi
Flag of India image

These two links will solve your problem. This is a very common problem with richtextbox:

http://support.microsoft.com/default.aspx?scid=KB;en-us;q236286
http://support.microsoft.com/default.aspx?scid=kb;EN-US;197580
Avatar of skountouflis
skountouflis

ASKER

It does not seem to work ... I installed the fix but it said there is a correct version already on my computer but the problem still remains
What version did you install. I used to have the same problem but the correct version to install is 4.0.993.4 that can be obtained from any Win98 installation.
I think you may also need to copy the richtextbox OCX to the computer you would like to install to.  The OCX file also is different from version to version.  But if your forcing people to downgrade there version of the OCX, they may not like it.
Nothing like this. I have solved the problem ... VB SUCKS! When I finally catch up with the deadline I ll post the solution. Thanks guys
Share your solution as it will help others in future.
Hi skountouflis,
This old question (QID 20569872) needs to be finalized -- accept an answer, split points, or get a refund.  Please see http://www.cityofangels.com/Experts/Closing.htm for information and options.
Avatar of GrahamSkan
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
PAQ/Refund
Please leave any comments here within the next seven days.
 
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!
 
GrahamSkan
EE Cleanup Volunteer
skountouflis, should at least post the solution to the problem that he has found.
Yes, Sethi
I think that I should have recommended PAQ/no refund. I'll try to get it changed.
Thanks.
Amended recommendation
No comment has been added lately, so it's time to clean up this TA.
I will leave a recommendation in the Cleanup topic area that this question is:
PAQ/No Refund
Please leave any comments here within the next seven days.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

GrahamSkan
EE Cleanup Volunteer
ASKER CERTIFIED SOLUTION
Avatar of PashaMod
PashaMod

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial