[Openroad-users] Richtextbox

Bodo Bergmann Bodo.Bergmann at ingres.com
Tue Sep 4 19:11:23 EST 2007


The occording ActiveX control libraries are not part of the standard Windows OS,
but were part of a VB (version 4, 5 or 6) distribution.
So you either have to install a software package coming with the according VB components,
or you have to download them (the controls are free to distribute).
 
Here are the controls (and inf files) in cab files for download:
 
http://activex.microsoft.com/controls/vb6/comdlg32.cab <http://activex.microsoft.com/controls/vb6/comdlg32.cab> 
http://activex.microsoft.com/controls/vb6/richtx32.cab
 
Extract the ocx files from the cab into your windows\system32 directory and register them, e.g. using
 
EXPAND comdlg32.cab -F:comdlg32.ocx %SystemRoot%\system32
EXPAND richtx32.cab -F:richtx32.ocx %SystemRoot%\system32
REGSVR32 comdlg32.ocx
REGSVR32 richtx32.ocx
 
They will probably only run with an according VB runtime (if not already installed),
so if you get errors about missing msvbvm60.dll, then check out the Microsoft download pages
(search for "vbrun60sp6.exe", if the following link does not work):
http://www.microsoft.com/downloads/details.aspx?FamilyID=7b9ba261-7a9c-43e7-9117-f673077ffb3c&DisplayLang=en <http://www.microsoft.com/downloads/details.aspx?FamilyID=bf9a24f9-b5c5-48f4-8edd-cdf2d29a79d5&DisplayLang=en> 
 
Afterwards you should have external libraries with the same TypeLib IDs mentioned by Chris (though I have minor version 2 rather than 0):
Microsoft Common Dialog Control 6.0 (SP6)
Microsoft Rich Textbox Control 6.0 (SP6)
 
Hope this helps,
Bodo.
 
Bodo Bergmann
Senior Software Engineer
OpenROAD Worldwide Development
Ingres Corp.


________________________________

From: openroad-users-bounces at peerlessit.com [mailto:openroad-users-bounces at peerlessit.com] On Behalf Of Christian Birkl
Sent: Tuesday, September 04, 2007 9:28 AM
To: International OpenROAD Users
Subject: Re: [Openroad-users] Richtextbox


Thanks, Chris. 
Unfortunately Microsoft Common Dialog Control 6.0 is not listed on my machine.
I hope, this doesn't become one of these never ending stories ...

[BodoBergmann] Picture deleted to prevent "Message body is too big" problem (limit of 100 KB).

Chris Wallace wrote: 

	Hervé,

	

	Microsoft Common Dialog Control 6.0

	Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.0#0; COMDLG32.OCX

	

	???

	Object={3B7C8863-D78F-101B-B9B5-04021C009402}#1.0#0; RICHTX32.OCX

	

	

	Regards

	Chris Wallace
	Management Information Systems (WA) Pty Ltd
	Level 9, MIS House
	231 Adelaide Terrace, PERTH  WA  6000
	Ph: (08) 9221-9221  Fax: (08) 9221-9224
	Email: chrisw at miswa.com.au
	Web: http://www.miswa.com.au
	
	Disclaimer <http://www.miswa.com.audisclaimer/> :  Management Information Systems (MIS)
	This e-mail is private and confidential. If you are not the intended recipient, please advise us by return e-mail immediately, and delete the e-mail and any attachments without using or disclosing the contents in any way. The views expressed in this e-mail are those of the author, and do not represent those of MIS unless this is clearly indicated.  You should scan this e-mail and any attachments for viruses.  MIS accepts no liability for any direct or indirect damage or loss resulting from the use of any attachments to this e-mail.

	 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.peerlessit.com/pipermail/openroad-users/attachments/20070904/9de4de42/attachment.html 


More information about the Openroad-users mailing list