bho
Force IE toolbar to always be active in C# BHO
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[详细]
2023-03-09 14:41 分类:问答Would an MSI able to launch programs/files with elevated permissions automatically?
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[详细]
2023-03-09 07:08 分类:问答Need to take somebody's else BHO project
I need to take up somebody\'s project who left the team. The project relates to IE extension development.[详细]
2023-03-02 22:39 分类:问答IE BHO browser extension: how to get cookies when they're set, removed, etc
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.[详细]
2023-03-01 10:43 分类:问答Internet Explorer BHO check for multi-instance of site
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[详细]
2023-02-27 16:52 分类:问答How to implement virus scanning for Internet Explorer?
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).[详细]
2023-02-23 22:47 分类:问答Detect if Program is installed from javascript
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技[详细]
2023-02-20 21:54 分类:问答Call BHO from Javascript function
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[详细]
2023-02-20 08:54 分类:问答How to detect that an add-on has been disabled by the user in IE9?
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[详细]
2023-02-19 13:36 分类:问答ATL sample of calling (marshalling) Apartment-threaded COM interfaces from a worker thread
I\'m looking for a code sample which illustrates making cross-threaded COM calls in an ATL COM Server DLL.Know one?[详细]
2023-02-19 02:57 分类:问答