I want to open Outlook from Javascript, it\'s for an internal application, nothing that will ever hit the web. The customer is using IE and Firefox and Outlook will be installed, security is not an is
it is possible to res开发者_如何学编程tore (pseudo) code from a Firefox XPCOM DLL? I know there is a Firefox plugin called XPCOMViewer what shows me classes and interfaces and this works fine but I ne
I want to implement a listener/observer开发者_JAVA百科 for my XPCOM component, so my javascript code can register to be notified of some events. Is it possible?If I understand you correctly https://de
I am creating a firefox extension.I want to get a reference to the window object in a JSM file. The file is th开发者_StackOverflow中文版en imported using
I m XPCOM component for registering the preferences on mozilla firefox but it is not getting reflected in prefs.js file.
I found this file at google code with the function: function SetAlwaysOnTop() { var chkTop = document.getElementById(\"itmAlwaysOnTop\");
Can Anyone guide me regarding IPC between c++ XPCOM component and COM service. any help is great开发者_开发知识库ly accepted.....As far as I remember, there\'s no support either in XPCOM or COM to co
According to https://developer.mozilla.org/en/nsIWebProgressListener \"This flag indicates the start of a request. This flag is set when a request is initiated. The request is complete when onStateCh
I have created a .NET Windows Forms component that runs within IE via an <object /> tag and allows me to print to a thermal label printer directly from a web page using the Windows API\'s to byp
I created a FireFox addon a while a go, and noticed it stopped working on FireFox 3.6 Apparently, NSGetModule is being replaced with an NSModule structure, so I have to adapt.