ATL/COM >> BHO >> How to remove default toolbar buttons - IE7
Mon, 15 Oct 2007 05:52:05 -0700
I am customizing my IE7. I want to remove all defaults like toolbar buttons,
menu bars etc and add my own toolbar buttons programmatically. I am able to
add my own toolbar buttons but I am unable to remove the default ones.
Can any one help me on how to remove default toolbar buttons?
Thanks,
Yogesh. ...
|
Two Gripes about IE's DirectX implementation
Fri, 12 Oct 2007 09:59:01 -0700
Gripe 1:
I maintain HTML files for my own use on my own desktop. My homepage is a
simple HTML file with many links to other pages on my computer and URLs to
pages on the Internet. After I've browsed a while and return to my home page,
IE brings up a very pesky alert warning me that DirectX content on my home ...
|
RE: disable cache for a process
Thu, 11 Oct 2007 10:23:01 -0700
Hi Susan,
I am trying to do the same thing. I see you have no response since 8/14.
If you have found something, please let me know.
thanks,
Jeff
"susan" wrote:
> how can i disable cache for a process (which is hosting a webbrowser ctrl)?
> just like the IE dev Toolbar does.
>
> ...
|
can i find & click a link in webpage programatically, if it has a dialog box open
Thu, 11 Oct 2007 08:10:47 -0700
Hi,
Basically i want to access the webpage of my router, which is always
http://192.168.1.1, and i want to put a password in the encryption
key, and save the settings.
That's it.
But every router will display a username-password dialog box first. i
don't know how to put those values programatically. i don't ...
|
Re: PassthruAPP - how to get cookies+post data?
Thu, 11 Oct 2007 04:12:00 -0700
what do you mean by "REAL APP"
how do I get that?
regards
Henrik
"Igor Tandetnik" wrote:
> rrrado <rrrado@discussions.microsoft.com> wrote:
> > Is it possible to get complete data sent to server in
> > BeginningTransaction() ? Or somewhere else?
>
> To get all the headers, wait for BINDSTATUS_SENDI ...
|
SHDocVw::ShellWindows problem with vista
Tue, 9 Oct 2007 05:48:02 -0700
I am using the following piece of code to check whether there is an instance
of IE running on the system. It works fine for IE 6,7 on Xp. But on vista
this code doesnt seem to work. I am not able to create an instance of
SHDocVw::ShellWindows. It gives an ERROR_NO_TOKEN.
HRESULT hr;
UINT ...
|
Igor's PassthroughAPP and VC8?
Mon, 08 Oct 2007 20:22:09 -0000
Has anyone successfully ran the sample program in Igor's
PassthroughAPP when built with Visual Studio 2005? It crashes in
CComClassFactoryProtocol::SetTargetClassFactory (in ProtocolCF.inl)
where it creates an ObjectLock. This occurs in both Debug and Release
builds.
...
|
|
|
Size of webbrowser depends on error.
Mon, 08 Oct 2007 08:46:57 -0000
When I navigate this URL (
http://www.dft.gov.uk/pgr/statistics/datatablespublications/freight/goodsbyroad/roadfreightstatistics2006
) with Explorer 6 normally, navigation is fine.
But, after reducing size of explorer, If I do navigate, explorer must
be dead.
Really, I don't have any sence at this situation. Wh ...
|
XXX.exe has encountered a problem and needs to close. (about wininet.dll)
Fri, 05 Oct 2007 07:04:34 -0000
My program named XXX.exe use web browser with AxSHDocVw and SHDocVw.
By the way, my another program perform twenty process named XXX.exe at
the same time.
As XXX.exe has web browser, sometimes process is killed by OS (Windows
2003 Server), showing the message like title. (XXX.exe has encountered
a problem a ...
|
saveHistory persistence behavior does not work
Thu, 04 Oct 2007 07:15:28 -0700
I have a WebBrowser control embedded in a Visual Basic project. I am
trying to use the saveHistory behavior and it doesn't work.
It looks that the "onsave" event gets called, and the properties get
saved correctly, becaus ethey have correct values when read back. But
when I navigate back and forth in the brows ...
|