No announcements
Found 1412402 threads
-
0 Votes
Pass data from BHO in C# to Javascript
JS is not BHO-aware, If you want to call the BHO in JS, you need to extend the scripting model to expose BHO's automation interface, for example, call ...Answered | 1 Replies | 5305 Views | Created by Inacent - Tuesday, April 19, 2011 5:53 PM | Last reply by Sheng Jiang 蒋晟 - Tuesday, April 19, 2011 7:53 PM -
0 Votes
debugging BHO
First of all, if you BHO is written in native C or native C++, make sure you are attaching with the native engine.Answered | 1 Replies | 4154 Views | Created by Maverickcool - Friday, January 2, 2009 2:28 PM | Last reply by Jackson Davis Dbg - Tuesday, January 6, 2009 3:49 PM -
0 Votes
Problems Deploying the BHO (was: New MSDN BHO Article)
In any computer without Visual Studio, my BHO runs partial.Answered | 13 Replies | 19544 Views | Created by Murphy Crosby - Tuesday, January 30, 2007 3:50 PM | Last reply by Barimacan - Wednesday, July 1, 2009 10:32 PM -
0 Votes
Implement a ToolBand AND a BHO in the same object?
you're no doubt right about those; that said, if you need a toolbar to talk to a database, you don't want to have to write it in C++.Answered | 23 Replies | 8086 Views | Created by Duane Doutel - Monday, August 2, 2010 4:32 PM | Last reply by Duane Doutel - Monday, August 16, 2010 4:49 PM -
0 Votes
calling javascript from within a bho?
thanks for the reply Li, I have ported the entire library in c#, but quick question What is typefour?Answered | 4 Replies | 6909 Views | Created by mouse.potato - Sunday, June 12, 2011 1:50 PM | Last reply by mouse.potato - Thursday, August 11, 2011 1:43 PM -
0 Votes
Keyup event for BHO
Visual C# Forums > Visual C# General located here: http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/threads Have a great day!Answered | 1 Replies | 7677 Views | Created by Bhaarat287 - Saturday, September 5, 2009 4:29 AM | Last reply by Shrikant Maske - Thursday, September 10, 2009 12:17 AM -
2 Votes
Recommended BHO sample in C#
I am no COM expert, I wouldn't know where to look for the undocumented header files, neither I would know how to fix the SetSite/GetSite thing, otherwise ...Unanswered | 11 Replies | 18125 Views | Created by Rory K - Wednesday, September 3, 2008 12:16 PM | Last reply by dbranscombe - Friday, September 19, 2008 5:09 PM -
0 Votes
Can a BHO access hardware?
Visual C++ MVPAnswered | 3 Replies | 2015 Views | Created by vjdj4 - Friday, May 24, 2013 2:40 AM | Last reply by Sheng Jiang 蒋晟 - Tuesday, May 28, 2013 2:38 PM -
0 Votes
Extension to inject javascript, BHO?
The major task to create a BHO is to implements a COM object with the IObjectWithSite interface.Answered | 2 Replies | 8874 Views | Created by George Stavrev - Tuesday, January 11, 2011 7:14 PM | Last reply by Yi Feng Li - Thursday, January 13, 2011 8:41 AM -
1 Votes
Per User BHO installation
Visual C++ MVPAnswered | 3 Replies | 4363 Views | Created by Mike Skrzypczak - Wednesday, December 22, 2010 5:54 PM | Last reply by Sheng Jiang 蒋晟 - Thursday, December 23, 2010 2:42 PM -
0 Votes
In BHO developed in C#, DocumentComplete event not firing while refresh?
It's one thing that there is no good way to write BHO's..Answered | 3 Replies | 8211 Views | Created by GkdaGk - Tuesday, December 14, 2010 11:22 AM | Last reply by René Vaessen - Saturday, January 29, 2011 7:36 PM -
0 Votes
Old BHO for IE9 tab?
You can turn off tabbed browsing in IE7/8/9 and compare the crash recovery behaviour with your BHO.Answered | 4 Replies | 5410 Views | Created by 寂寞蛋蛋 - Sunday, January 9, 2011 6:39 AM | Last reply by 寂寞蛋蛋 - Monday, January 10, 2011 7:17 AM -
1 Votes
BHO not loaded on 64bit IE on Windows 7 64bit
MCP Code SamplesAnswered | 2 Replies | 3044 Views | Created by super sheep 1.0 - Monday, July 2, 2012 1:39 AM | Last reply by webJose - Monday, July 2, 2012 1:50 PM -
0 Votes
Listening to HTML Events from BHO
My objective is to capture HTML Events in a IE Web browser (thru BHO) when a Page is updated asynchronously.Answered | 6 Replies | 8428 Views | Created by Happy Nomad - Saturday, September 12, 2009 3:59 AM | Last reply by Feroz G - Wednesday, October 12, 2011 10:13 PM -
0 Votes
Cross site javascript from BHO
I would love to see your solution as I have been banging my head for days trying to get my BHO to communicate with my injected iframe.Answered | 3 Replies | 3510 Views | Created by Inacent - Tuesday, November 22, 2011 2:54 PM | Last reply by Apex Slayer 13 - Sunday, October 21, 2012 7:44 PM -
1 Votes
BHO not loaded on 64bit IE on Windows 7 64bit
My code came from http://www.codeproject.com/Articles/19971/How-to-attach-to-Browser-Helper-Object-BHO-with-C.Answered | 7 Replies | 10620 Views | Created by Inacent - Friday, October 21, 2011 5:37 AM | Last reply by Bugali - Monday, October 15, 2012 9:57 AM -
0 Votes
How to use BHO read JavaScript's var of FORM?
A BHO would not have access to the language constructs.Answered | 1 Replies | 2869 Views | Created by Sinoair - Monday, March 26, 2012 10:32 AM | Last reply by Sheng Jiang 蒋晟 - Monday, March 26, 2012 10:59 PM -
0 Votes
BHO - DocumentComplete not firing on none development systems
BHO is working as it should now.Answered | 4 Replies | 6768 Views | Created by Geoff Belair - Wednesday, April 8, 2009 7:26 PM | Last reply by Geoff Belair - Monday, June 1, 2009 4:50 PM -
0 Votes
MySQL & C# book recommendations
thank you for both for taking the time to answer :) i'll check them both out :) im all new to programming and i've just read O'reilly's Head First C# 2nd ...Answered | 3 Replies | 2786 Views | Created by Jan Aarnio - Wednesday, February 20, 2013 7:46 PM | Last reply by Jan Aarnio - Thursday, February 21, 2013 7:30 AM -
1 Votes
Recommended college C# book
Okay, if you had made the title of this "Recommended C# textbook" then you would get responses from those that are most likely to help.Answered | 6 Replies | 2630 Views | Created by VirtualBillGates - Monday, January 22, 2018 5:26 AM | Last reply by Simple Samples - Tuesday, January 23, 2018 6:35 AM - Items 1 to 20 of 1412402 Next ›
No announcements