Adding local image to HTTPS page
Tue, 1 Jul 2008 09:06:07 -0600
In our BHO, we need to replace certain images in a web page with some images
stored on the local machine. The new images are stored on the local hard
disk. Normally, this is an easy operation that can be accomplished by
changing the property of the img tag from <img
src="http://somesite.com/someBadImage.jp ...
|
Igor, Passthru APP test hangs
Tue, 1 Jul 2008 06:39:20 -0700 (PDT)
Hello Igor,
This site http://www.nrj.fr/music causes the Passthru APP test
application (from your sample) to hang. Any ideas why.
Using VC++ 2005 (sp1), WinXP sp3 , and IE 7.
Regards,
MH ...
|
How to solve falsh problem when I use CAxWindow / CAxHostWindow to
host WebBrowser control
Mon, 30 Jun 2008 00:05:28 -0700 (PDT)
Hi, everyone.
I use CAxWindow to host a WebBrowser control. When loading a page
which contains a Flash movie, the movie fails to respond to mouse
events except the first one.
I searched and found that many people encountered this problem, but
mostly on .NET framework. The following is a solution:
>>Sympt ...
|
Hate Your Job?
Sun, 29 Jun 2008 09:55:24 GMT
Do You Hate Your Job?
If You Are Like Me And REALLY Hate Your Job, You Can Do What I have Done And
Tell All About Your Company At A Great And CHEAP New Site Called
Dont Work For These . Com
http://www.dontworkforthese.com
This Site Has Chat Rooms,
A Joke Section,
A Great Story Section Where You Can Tell All ...
|
About save web pages and the <!DOCTYPE> element
Sun, 29 Jun 2008 13:47:07 +0800
I want to save web pages by copying the current DOM value.
How can I get the <!DOCTYPE> and it's full attributes?
thx! ...
|
IHTMLDocument2::get_frames problem
Sat, 28 Jun 2008 08:43:00 -0700
Seems that IHTMLDocument2::get_frames doesn't gets all iframes.
Is it possible that it ignores iframes with different domains even if it is
not called from an script?
Have you any idea how to get all documents inside an WebBrowser? ...
|
About IHTMLDocument2::createStyleSheet and IHTMLDocument2::createElement
Fri, 27 Jun 2008 20:04:48 +0800
Cannot create a styleSheet with
IHTMLDocument2::createElement(CComBSTR(L"link",...).
Because I cannot get a IHTMLStyleSheet from get_styleSheet method in the
created element.
and have to create styleSheet with IHTMLDocument2::createStyleSheet.
is it right?
...
|
|
|
BHO(Browser Helper Object) Client Certification
Thu, 26 Jun 2008 03:02:10 -0700 (PDT)
Hi Guys,
I want to know is there any way that we can perform check on SSL
client Certification
Using BHO's
It would be really nice if i get any good comments
thanks,
Prab ...
|
get browser screen grab from within BHO
Wed, 25 Jun 2008 18:05:48 -0700
Hi,
I have built an IE BHO and would really like to take a full screen screen
grab of the currently displayed web page in real-time from that BHO. Trouble
is, when I try to grab the screen using IViewObject::Draw... I get a black
screen. Right now I get round this by having my BHO save the HTML to a file,
...
|
How to prevent WebBrowser from flickering when working with
CAxHostWindow?
Wed, 25 Jun 2008 06:43:05 -0700 (PDT)
Hi, everyone.
I read a thread in this group: "Flicker problems with WebBrowser
control...", which suggests to remove (CS_VREDRAW | CS_HREDRAW) from
the hosting window:
>> "To remove the flicker from AtlBrowser, insert the following two lines before
>> the Create(...) call in CAtlBrCon::Run() ...
>> CW ...
|