Anyone know how to use Scintilla or at least make it appear in blitz....I love to see it has reach future or textarea.
ho to do scintilla in b+
BlitzPlus Forums/BlitzPlus Programming/ho to do scintilla in b+ Ok no one try it..may be
By the way
I just need to know how to Open a dll in bb. I know the userlib style but cannot work with Scintilla because Scintilla has no function. In purebasic I do this way
if OpenLibrary("Scintilla.dll)
;ok the library is load so can already use Scintilla command throught window message...
endif
So there is no function call to Scintilla textarea. just sending a message using user32.dll function I can't remember.
Back to the problem, so how do I load that dll with no single function list on them.
TQ in advance
By the way
I just need to know how to Open a dll in bb. I know the userlib style but cannot work with Scintilla because Scintilla has no function. In purebasic I do this way
if OpenLibrary("Scintilla.dll)
;ok the library is load so can already use Scintilla command throught window message...
endif
So there is no function call to Scintilla textarea. just sending a message using user32.dll function I can't remember.
Back to the problem, so how do I load that dll with no single function list on them.
TQ in advance