I\'m working on a sm开发者_如何转开发all C# BHO and I\'d like to be able to make sure the browser toolbars don\'t get disabled with a window.open(url,windowname,\"toolbar=no\"), and I\'m wondering if
I am trying to make it possible for an .msi file to open an executable which will register a Browser Helper Object. Since this involves writing to the registry, cmd.exe must be elevated with administr
I need to take up somebody\'s project who left the team. The project relates to IE extension development.
I\'m writing an extension for Internet Explorer, and am wondering how to programmatically detect in a session what cookies get set,开发者_StackOverflow中文版 deleted, modified, etc. per domain.
I\'m working on a project for a client. We are building an internal web portal, and for various (mostly political) reasons have ended up building a BHO for IE8. One of the things t does is make sur th
I need to write a tool that performs an operation (like virus scanning but more heuristic) on each file downloaded by IE (so those for which the \"Save\" dialog pops up).
I\'m developing an add-on or a plugin (NPAPI) for firefox. What are the best methods to detect if a certain windows program is installed or not from within the JavaScript of the extension开发者_JAVA技
Greetings, I am new to MSDN/Windows programming/MFC/IE extension development environment. I am looking to port my Firefox and Chrome addon into an IE addon.I have been successful to a good extent in
IE9 users can disable an add-on, such as a browser helper object, by clicking on the cog button and selecting \"Manage Add-Ons\". I need to detect if a given add-on has been disabled in such way, usin
I\'m looking for a code sample which illustrates making cross-threaded COM calls in an ATL COM Server DLL.Know one?