About intercept the creation process of ActiveX in Webbrowser Ctrl
Wed, 16 Jul 2008 09:19:14 +0800
Can I intercept the process.
I want manually feed some ActiveX to Webbrowser instead of the original one
in OBJECT tag.
...
|
Programmatically call a function in BHO
Tue, 15 Jul 2008 00:35:02 -0700
Ok, there are many methods for interprocess communications. What is the best
way to accomplish this: Call a function in BHO that is loaded in IE from
external application?
TECH
...
|
Enumeration of visited cache links fails?
Sun, 13 Jul 2008 10:54:33 -0700 (PDT)
Hi - I am trying to enumerate the visited items in the IE cache using
the method of:
FindFirstUrlCacheEntry( L"visited:", ... );
FindNextUrlCacheEntry()....
but this is returning either 0 entries, or sometimes one or two
advertising links. It never seems to return any of the website links I
visit using my ...
|
IDownloadManager crash with text file
Fri, 11 Jul 2008 00:46:31 -0700 (PDT)
My app implements IDownloadManager, which seems to work fine for most
files. However, when I handle a url that downloads a text file
attachment, my app will crash with an exception thrown from
ieframe.dll. This seems to happen only if I return S_OK from
IDownloadManager::Download(). If I return E_FAIL, I get t ...
|
test post - please ignore
Thu, 10 Jul 2008 16:51:19 -0700
this is a test post, please ignore
...
|
how can I get postdata in ActiveX
Tue, 08 Jul 2008 23:44:44 +0800
there is a link, and link to a web page include an activex control,
in the activex control, how can i know what is the method of the link ?
post or get?
if the post,how can get the postdata?
thanks.
...
|
DISPID_FILEDOWNLOAD url of file that is about to be downloaded
Mon, 7 Jul 2008 20:58:44 -0700
Hi,
BHO programming: how go I get the full URL of the file being downloaded?
get_LocationURL gets the address bar URL as it should, but I need the URL of
the resource that is about to be downloaded. See code below
TECH
//=======================
STDMETHODIMP CMytestClass::Invoke(DISPID dispidMember, REF ...
|
|
|
About return javascript array in BHO
Thu, 3 Jul 2008 07:33:54 +0800
How can I return a javascript array to the javascript caller?
Isn't javascript array a safearray ?
thx~! ...
|
Can BHO/binary behavior be a reg-free COM?
Wed, 2 Jul 2008 17:34:17 +0800
If it can. It will be more easy to deploy to my customers.
thx~ ...
|
About ensure javascript var's type in c++
Wed, 2 Jul 2008 16:10:35 +0800
How can i use/invoke the "typeof" keyword of javascript in c++?
or how can i ensure a javascript var's type in C++?
thx!~ ...
|