Alter querystring through APP
Fri, 26 Oct 2007 07:34:51 -0700
While using Igor's Passthru APP I need to add a querystring to a
requested url.
In my Start() method I am appending the querystring to szUrl
parameter and calling target app's Start() method with the new URL
with querystring. The request gets sent with the new url.
STDMETHODIMP CTestAPP::Start(
LPCWSTR ...
|
async protocol: IFRAME access denied
Fri, 26 Oct 2007 05:21:00 -0700
Hello,
I'm loading html documents over an async pluggable protocol.
The main document is loading a document to an IFRAME and then tries to
access a javascript function in the loaded document. But I get an
ACCESS DENIED message. I tried to get rid of it with handling
PARSE_SECURITY_URL and PARSE_SECURITY_DOMA ...
|
Implementation of IInternetSecurityManager.GetSecurityID
Wed, 24 Oct 2007 07:38:04 -0700
Hello,
I'm trying to implement GetSecurityID to prevent the ACCESS DENIED
message when accessing an IFRAME.
But it does not work. Every string I return seems to be wrong and
makes the browser control report ACCESS DENIED messages even when I
try to read the ReadyState.
Here comes my function:
Public Fun ...
|
How to catch onload event from C++?
Tue, 23 Oct 2007 00:30:17 -0700
Hi,
I am looking for a way to catch body tag's onload event from my C++
code. I see some post suggesting to sink the event from
OnDocumentComplete method, but it looks like sometimes the onload
event will fire before OnDocumentComplete comes.
Thanks
...
|
RapidShare Account Gen 4896 [1/2]
21 Oct 2007 07:03:57 GMT
orifhjwuxlwnvqndunszvwurgmyxbcholwzhutzwnehmmggksxoszlxwdjmoffbtdbcjnuimtditjkodlynjrsfthswylkwcsr
...
|
scrolling in an IE add-on
Fri, 19 Oct 2007 03:05:19 -0700
Hello
I know this question has been asked before in this group. I'm having
problems obtaining the scroll position in an IE add-on, and then
scrolling. But let's first focus on obtaining the position. I've tried
the method I found right here and that seemed to me it's the most
recommended, namely via IHTMLDocu ...
|
IDocHostUIHandler GetExternal question
Wed, 17 Oct 2007 15:35:28 -0700
If I implement IDocHostUIHandler::GetExternal, can the IDispatch
object I return, have methods that return other IDispatch objects, and
can objects from JavaScript be passed as parameters as well?
So in JavaScript I would do something like this:
obj = window.external.createMyObject();
obj.DoSomething();
...
|
|
|
how to get a IThumbnailCapture pointer
Wed, 17 Oct 2007 04:39:00 -0700
I want to use CaptureThumbnail() method of IThumbnailCapture interface. but I
dont know how to get a pointer to IThumbnailCapture Interface.
I have tried QueryInterface method on IWebBrowser2, IDispath and
IHTMLDocument2 Interfaces to get IThumbnailCapture pointer but failed. ...
|
How to add a dropdown toolbar button - IE7
Tue, 16 Oct 2007 22:04:01 -0700
Hi,
I am customizing my IE7. I want to add a dropdown toolbar button with a
down arrow. I am able to add a normal button but couldn't find a way to add a
dropdown button. I searched msdn also but it seems there is no documentation
for toolbar button styles.
Any suggestion/idea would be very helpful?
...
|
Updating the BHO packaged as ActiveX
Tue, 16 Oct 2007 14:23:29 -0700
My BHO is packaged to a cab file along with accompanying .inf, as most
of the ActiveX installers do.
On the web page which installs my BHO, I'm using the object tag to
have the BHO downloaded and extracted:
<object classid="clsid:6E1CBEC2-762E-4840-964B-1F2F36D107F1"
codebase="XXXXXXXXXXXX.cab#version=1,0,0 ...
|