Changing drop-down menu Dynamically (IE Toolbar button)
Thu, 20 Mar 2008 03:02:33 -0700 (PDT)
Sub:Changing drop-down menu Dynamically (IE Toolbar button)
Hi,
We are developing a IE extension . The extension adds a toolbar button
to IE and gives a drop down menu./ menu button pls seee image :
http://img209.imageshack.us/my.php?image=iemenubutton1vt0.jpg
Q1:Is thr anyway to dynamically change the con ...
|
retrieve http header after navigate
Wed, 19 Mar 2008 17:44:53 -0700 (PDT)
Hi,
I'm trying to get the http header after I call navigate. The following
is from microsoft's msdn. It seems that I can use NavigateComplete2 to
serve this pupose. But when I looked at the stub of NavigateComplete2,
it's totally different from the BeforeNavigate2. It's like this
void NavigateComplete2( IDis ...
|
Is it possible
Wed, 19 Mar 2008 10:46:06 -0500
Hi ,
I posted a question earlier about executing a script from a BHO in Vista. I
am beginning to think that is not possible to create a script element,
insert it in an HTML document and execute it within Vista. It seems no
matter what I do the script element is not accessable. Is this true or am I
missing ...
|
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 ...
|