|
-
February 28th, 2000, 07:59 AM
#1
Editor Control
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
-
February 28th, 2000, 08:35 AM
#2
Re: Editor Control
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, 09:19 AM
#3
Re: Editor Control
Do you know where I can get the "VBALODCL.ocx",because the program needs this, but is not in the zip
thanks Florian
-
February 28th, 2000, 09:34 AM
#4
Re: Editor Control
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|