Search found 4 matches

by karim
Mon Jul 28, 2014 11:35 pm
Forum: General Discussion
Topic: Application.LoadObjectPlugin
Replies: 2
Views: 5463

Re: Application.LoadObjectPlugin

Page.CreateObject
by karim
Mon Feb 10, 2014 9:20 pm
Forum: General Programming
Topic: how to use Scintilla.DLL
Replies: 6
Views: 8854

Re: how to use Scintilla.DLL

Of course with this Plugin can do this by :

Code: Select all

Scintilla.SendMessage("Plugin1", 1, "num", SCI_SETLEXER, "num", SCLEX_HTML, "num", 0);
By the above code will work on processing the Plugin for the reception HTML Codes

and Create a HTML keywords in Global Function to used it
by karim
Sat Feb 08, 2014 12:02 pm
Forum: General Programming
Topic: how to use Scintilla.DLL
Replies: 6
Views: 8854

Re: how to use Scintilla.DLL

Oh yes it is the same as used with the Scintilla Object Plugin Created by reteset

look at this Plugin in this Forum http://www.amsplugins.com/details.asp?id=115
by karim
Fri Feb 07, 2014 11:14 pm
Forum: General Programming
Topic: how to use Scintilla.DLL
Replies: 6
Views: 8854

Re: how to use Scintilla.DLL

Can you Upload this dll who is named Scintilla.DLL ?