CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Editor Control

  1. #1
    Guest

    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





  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    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

  3. #3
    Guest

    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


  4. #4
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    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
  •  





Click Here to Expand Forum to Full Width

Featured