bho Questions
1
I am building an IE Addon or Extension using C#. I have created an Access Database MDB file which will be in the Program files. Now at runtime I need to copy this MDB file to Isolated Storage so th...
Claret asked 6/1, 2011 at 7:56
3
I have a Firefox extension that I would like to port to IE, I don't want to code it again.
Is there something that can help me? It could come in very different ways:
An IE BHO that can render a fi...
Leith asked 24/11, 2010 at 12:49
1
Solved
I have an Internet Explorer add-in, written in C#, which talks via a WCF named-pipe to a .NET desktop application. The desktop app creates the ServiceHost for the netNamedPipeBinding, and each inst...
Annates asked 31/10, 2010 at 19:7
1
Solved
I writing add-on for Internet Explorer(BHO) and I'm using CComPtr smart pointers. I wonder:
When should I use CComPtr.Release() function?
In this this link it's used to release
browser objec...
Arterial asked 26/11, 2010 at 10:51
3
I am writing an IE plugin that wrap phone numbers in a link that connects to a phone system and dials that number when clicked. I am accomplishing this by using DocumentComplete event.
//using SHD...
Eure asked 18/8, 2010 at 1:29
1
Solved
I have written a browser helper object to get the text between the tags and use it for data mining purpose. I tried using it on igoogle (basically to test its capability on gadgets) and it failed i...
2
Solved
I am developing a Browser Helper Object running inside Internet Explorer. I am writing debugging messages with ATLTRACE("..."); These appear fine when Visual Studio is attached to the iexplore.exe ...
Mandell asked 14/3, 2009 at 14:39
2
Solved
I need to retrieve, in my Win32 standalone program, a list of currently installed Internet Explorer add-ons (Browser Helper Objects), and - if possible - their enabled/disabled status.
Since anti-...
Hydrangea asked 5/1, 2009 at 14:52
© 2022 - 2024 — McMap. All rights reserved.