Page 1 of 1
Has anyone tried a firefox extension written in purebasic?
Posted: Tue Sep 19, 2006 1:15 am
by ..::Origin::..
Q, Has anyone tried a firefox extension DLL written in purebasic?
I know the DLL can be written in any language, but i don't quite understand how to do the structure in purebasic.
Re: Has anyone tried a firefox extension written in purebasi
Posted: Tue Sep 19, 2006 10:19 am
by PB
> Has anyone tried a firefox extension DLL
DLL? Firefox extensions are XPI files, which are just XUL and JavaScripts:
http://roachfiend.com/archives/2004/12/ ... xtensions/
Posted: Tue Sep 19, 2006 11:05 am
by ..::Origin::..
Oh, hmm, never knew that. I thought they used DLL's too, apparently not! Well, while doing a search around i found a way to run executables in your XPI, now i guess i can just figure out how to embed the exe into the newly opened firefox, and i have an awesome xpi!
Thanks for that,
*Searchs for an embedment dll*
Posted: Tue Sep 19, 2006 11:27 am
by Kukulkan
Hi ..::Origin::..
Can you please post your results here, in case you find something? I would like to know how to create a button inside firefox and start an executable with this button, too.
Kukulkan