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 ...
|
|
|
AdditionalHeaders truncated in PassThru APP
Wed, 25 Jun 2008 00:53:01 -0700 (PDT)
Igor
When using your PassThru APP example the *pszAdditionalHeaders value
is occasionally being truncated in the
CTestSink::BeginningTransaction( ..) method
After the code on line 24 HRESULT hr = spHttpNegotiate ?
spHttpNegotiate->BeginningTransaction(szURL, szHeaders,dwReserved,
pszAdditionalHeaders) : ...
|
Creating a Pluggable Protocol in a MFC AppWizard EXE
Tue, 24 Jun 2008 11:32:11 -0700 (PDT)
I've been searching through this group for examples on how to do
this. I have found many ideas and examples of things, but nothing is
working well with what I am trying. I am not very familiar with COM
so this is making this a bit more difficult. What I am trying to do
is create a new protocol 'getimage' to r ...
|
read ssl details
Tue, 24 Jun 2008 04:59:44 -0700 (PDT)
hi,
I'm working on a security add-on that is supposed to read the details
of the ssl certificate. I'm going to see that the certificate is the
real certificate by comparing to pre-defined data that was configured
to this site.
I do not know how to reach the actual connection and query it. If i
get a handle, ...
|