No, ActiveX controls/dlls can't be called from DBpro, but there might be an explanation of how to do so here:
Visual Basic Plugins for DBP - Support Resource
I've looked at Scintilla and it looks great, except that I can't quite figure out how to make it recognize DBp syntax.
There always seems to be at least one of a few problems with these dlls:
- Available in souirce code only - not compiled. (I don't have a C++ compiler)
- Not DBpro compatible (ActiveX)
- Can't easily add commands to be highlighted from the program
- Incompatible with RichEdit messages (this is a small issue, but it still is one)
- Creation through CreateWindowEx (small issue; it could be figured out)
- And, of course, too expensive (I'm only paying $200+ US if it's exactly what I want)
-Xol