Click to See Complete Forum and Search --> : Editor Control


February 28th, 2000, 06:59 AM
Does anyone know where I can find a code for an editor or a finished editor control. Need not to be freeware.

I have to write an editor for our software, with a more functionelity than the standard text control.

I would be great if the code or control suports colored editing, like vb or C

mfG Florian

Chris Eastwood
February 28th, 2000, 07:35 AM
If you want to implement some kind of syntax highlighting in your editor, then there's a couple of good examples on the CodeGuru VB site at :

http://codeguru.developer.com/vb/articles/1703.shtml
(multiple language's - but a bit of work to setup)

and

http://codeguru.developer.com/vb/articles/1799.shtml
(vb only syntax - easy to setup)

If you know C++ then there's some excellent articles (and much faster) on the MFC CodeGuru site (http://codeguru.developer.com) under the RichEdit control section.


Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb

February 28th, 2000, 08:19 AM
Do you know where I can get the "VBALODCL.ocx",because the program needs this, but is not in the zip

thanks Florian

Chris Eastwood
February 28th, 2000, 08:34 AM
If you follow the links from the original article page - you'll end up at the vbaccelerator site (http://www.vbaccelerator.com) where you can download all the dll/ocx files that the code needs.


Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb