Show my own ie toolbar
Wed, 19 Mar 2008 02:13:01 -0700
I have to show my own ie toolbar that was first time installed. I'm looking
for registry, but i didn't found something like that for toolbar. How can i
do it? ...
|
Stop Javascript running
Tue, 18 Mar 2008 12:30:18 -0700 (PDT)
Which event should I catch to check Javascript and stop it running if
I find it is malicious code? I tried downloadbegin and
downloadcomplete. I can check out the javascript source but can't
prevent it running. Thanks.
Lewis ...
|
about ActiveX in webbrowser control
Tue, 18 Mar 2008 17:37:58 +0800
1. if the WebPages use <object> tag to create some ActiveX objects(
especially the ActiveX has UI). Then the Webbrowser control will prompt a
dialog to let user decide whether to create. how can i restrain it to show?
2. Can i stop ActiveX's creation in my Webbrowser control Host?
Thx~
Regards
...
|
BHO Script call fails on IE7 Vista (0x80020006)
Sat, 15 Mar 2008 09:59:18 -0500
Hello,
I have a BHO that I created a few months ago that recently stopped working
on Vista. This BHO interfaces with a Web application that has certain
JavaScript functions that we call to pass client application data back and
forth. This works on XP and windows 2000 for both IE 7.0 and IE 6.0. But the
sc ...
|
webbrowser control doesn't work with a radio site (VB6)
Sat, 15 Mar 2008 10:58:08 +0100
Hi all,
I use the wb control with VB 6. Basically things are working well, but
with http://www.jango.com it doesn't play the radio. Looks like some
scripts do not work correctly. Does anybody have an idea what to do? I'd
be happy for any suggestion.
Thanks Linus
P.S. For those who like to reproduce this ...
|
Toggle IE toolbar button image
Fri, 14 Mar 2008 11:50:50 -0700 (PDT)
Is there a way to toggle IE toolbar button ICON and HOTICON image in
BHO? I know it is possible but couldn't figure it out by myself. I can
get the hWnd handle of the toolbar window.
Thanks,
Lewis ...
|
Modal form in BHO and Threading
Fri, 14 Mar 2008 09:06:20 -0600
Hello,
We are developing a BHO which contains a modal windows form that appears to
be causing some difficulty. It would seem that if a form is shown modally,
something happens to the threading context such that any threads created
*after the modal form has closed* function erratically. Everything works
fine ...
|
|
|
About BeforeNavigate2
Thu, 13 Mar 2008 02:54:17 +0800
Can i modify the PostData?
If cannot.Can i save the PostData,cancel the navigation and DO a new
Navigate2
with my modified PostData?
thank you!
Regards
...
|
Keyboard in Vista, with IE in "protected mode"
Wed, 12 Mar 2008 08:05:15 -0700 (PDT)
Hi,
I have an IE addin, which opens a dialog.
This dialog hosts a web browser (using ATL, AxWindow).
The web browser (in the dialog), shows an HTML form with several edit
\textarea.
My problem is, that when "protected mode" is on,
keyboard events don't arrive to "edit" in from, so user cannot use
"CTRL-C" t ...
|
Advise DIID_HTMLElementEvents2 events
Mon, 10 Mar 2008 13:22:05 -0700 (PDT)
Hi all,
I am trying to catch DIID_HTMLElementEvents2 events in a BHO. I
couldn't get the following code to work. I got E_NOINTERFACE from hr =
pCPC->FindConnectionPoint(DIID_HTMLDocumentEvents, &m_pCP); Any help
is appreciated.
STDMETHODIMP CHelloWorldBHO::SetSite(IUnknown* pUnkSite)
{
HRESULT hr;
// ...
|