Hello dear friends of this great Forum. I am going to share the source code of my Chromium Plugin to serve as an example of creating Plugins like this. I hope it helps
VS 2015 C#
Chromium Runtime:
APM:
AMS; OnShow:
VS 2015 C#
Chromium Runtime:
APM:
AMS; OnShow:
Browser = Chromium.Initialize("Plugin1");
if Browser then
Chromium.Navigate("Plugin1", "www.facebook.com");
else
Dialog.Message("ERROR", "Something went wrong")
end