-
- Toolbar doesn`t work properly
by VladimirBrest
- 3 Replies
- Last post
by VladimirBrest
- Hi All, i have one problem with my Toolbar for IE 7 (under Vista) toolbar has banner control (area on the toolbar where html content is displayed) for local url for banner (html file is palced on my machine) when i start IE then two instances of IE are launched in the first IE instance banner on toolbar displays nothing in the second IE instance it`s good, banner displays url correctly when i laun
-
- Quick Tab Image IE 7
by credondo
- 7 Replies
- Last post
by Reza Nourai - MSFT
- Hi guys,
With IE 7 we have the new Quick Tab Feature. I note a new image within the tab and next to the url address. I have a couple of web sites developed on ASP.Net 1.1 and I couldn't find the way to change the default IE 7 image by my custom web site logo. Can someone tell me where is the magic
Thanks.
-
- runonce
by run once
- 2 Replies
- Last post
by Maddpatty
- Open internet explorer 7 leave on runonce page click tools. Manage add ons. Click enable or disable add ons .Click on popkill class and disable restart internet explorer 7
a welcome page should open to allow you to choose your own search provider easy peeeeeeeeeeeeezzzzzzzzzzzzzzzzie worked for me
ps if it dont work keep disabling the rest till it works and a welcome page comes up.
then
-
- AutoSuggest Drop-Down: iexplore.exe - Application error.
by jiapei
- 14 Replies
- Last post
by Osvaldo Omar
- Whenever I close down IE, I got a dialog named as Subject "iexplore.exe - Application Error" " The exception Privileged instruction. (0x0000096) occurred in the application at location 0x0332b2b0. Click on OK to terminate the program Click on CANCEL to debug the program " What's wrong with my IE7 please It's really annoying!!! For serveral months already. Can anybody help please Cheers JIA Pei
-
- Unwanted margins while printing a full 8.5x11in page. Why?
by Looking_For_An_Answer
- 9 Replies
- Last post
by dorofejev
- I got this CSS
<style type="text/css"} #image { position: absolute; top: 0; left: 0; width: 8.5in; height: 11in; margin: 0; border: 0; padding: 0; </style>
And only this HTML in the body <body> <img id="image" src="image.jpg"/> </body> *image.jpg is 8.5x11 inches itself Went to the registry in HKEY
-
- IE7 cookie problem
by Bod14
- 14 Replies
- Last post
by John.T.F
- Can anyone help with the following. When I log on to a web page, a session is created and saved using in-proc cookies which are saved in the IE7 client browser. When a new window is opened in the same session and then closed, the cookies are deleted and the session is lost, even though the first window is still opened. The session was not closed. This happens only on certain PCs, not always and on
-
- IE 7 Uninstall/Install Issues - solved!
by Narusegawa514793
- 14 Replies
- Last post
by Acerbic
- This is not the common inability to uninstall IE 7. I have read
through many of the problems other peoples have been having trying to
uninstall certain versions of IE 7 to get the newest version. This is
not what I am trying to do.
What first started the issue was that I had installed IE 7. (Bad
choice to begin with. I am a firm supporter of Mozilla FireFox.)
After installing IE 7,
-
- IE ShowBrowserBar
by Alan_Malvern
- 3 Replies
- Last post
by IECUSTOMIZER
- I'm using ShowBrowserBar() within SetSite() to display a toolbar in IE upon startup (both IE6 and IE7). My toolbar is displayed and is functional but the entry in View\Toolbars\'my toolbar name' is not checked. Selecting 'my toolbar name' causes the toolbar area to be repainted, my toolbar remains displayed and the entry in View\Toolbars\'my toolbar name' is then checked. From there onwards select
-
- What's up with "????????????" ?
by Natily
- 4 Replies
- Last post
by Natily
- How come there are " " in the display bar across the top of my IE7 window instead of the name of the page I am viewing
Can anyone figure this out or tell me how to fix this
Thanks.
-
- Navigate2 method
by Scieck
- 1 Replies
- Last post
by Reza Nourai - MSFT
- Hi All, in my BHO i have something like this: COleVariant Flags = (BYTE)(navOpenInNewWindow); hr = pWebBrowser->Navigate2 (COleVariant(sUrl),&Flags,NULL, NULL,NULL); My first problem is that a new window is not opening. The second is that, from the passed "sUrl", the server is returning a redirect that is not followed by the browser object (pWebBrowser). Could you help plea
-
- Customize your settings window is blank
by Pixelpands
- 14 Replies
- Last post
by tweaker56#
- Hi everyone has anyone has this problem. i was using IE 7 Beta with no problems and then was asked to upgrade when the version came out. upon updating i have the customise your settings page (http://runonce.msn.com/runonce2.aspx) coming up with a blue background and nothing else. I have done everything that microsoft sent me but no joy. It means my Homepage will not come up until this has been set
-
- Problem reagarding DLL file
by nanna_govind
- 1 Replies
- Last post
by IECUSTOMIZER
- Hi All,
I installed toolbar in IE and also has code regarding the buttons on that toolbar, made changes in the code and compiled it.Now i replaced the dll file with new one in the toobar code,but changes in the code is not applying.Can any one help me to solve the problem.
Thanks,
Govind
-
- Internet Explorer desktop icon displays the ie6 icon instead of the ie7 icon.
by Flatsix_power
- 1 Replies
- Last post
by mrfusker
- IE7 is working great for me, however the only thing I've used it for so far is to google my way around how I can fix that problem. Maybe I'm not using the right string I don't know. Maybe you guys can help.
The problem is the internet explorer icon (that holds the "no add-on" en "internet properties" under the right click menu ) on the desktop that you can display using: cus
-
- BHO HTML tag attributes
by Bernardo
- 5 Replies
- Last post
by unique_username
- Hi all,
I have currently written and BHO (C#) and I need add custom attributes to <HTML> tag. My code looks like:
IHTMLElementCollection htmls = document.getElementsByTagName ( "HTML" );
foreach ( HTMLHtmlElement html in htmls )
{
html.setAttribute ( "xmlns;custom" , "urn;schemas-microsoft-com" , 0 );
html.setAttribute
-
- Help me Uninstall Old IE7 Beta 2 to install RC1 !!
by nivek516
- 14 Replies
- Last post
by Dee09
- When I try to uninstall IE 7 Beta 2, I get an error that I can't uninstall due to a file I don't have. Now, I can't uninstall at all! Please help me!!!
-
- Creating a Search Provider with C# Programmatically for IE 7.0
by krees
- 5 Replies
- Last post
by krees
- Quick question, I wrote this code:
public bool SetIE7SearchProvider()
{
RegistryKey key = Registry .CurrentUser.OpenSubKey( "Software\\Microsoft\\Internet Explorer\\SearchScopes" , true );
if (key != null )
{
RegistryKey search = key.CreateSubKey( "{someguid}" );
if (search != null )
{
search.SetValue( "DisplayName" , IE_
-
- help for IE add-on list
by soft.lsp
- 2 Replies
- Last post
by soft.lsp
- hi, sir:
now, i have a question annoyed me much:
how can i get the IE add-on list with C/C++
the IE add-on list could be seen from "IE main menus-->Tools --> Manage Add-ons".
But now, what i hope to do is: How to get the "IE add-on list" with C/C++
I hope to get a work API from MSDN, but i failed.
could you give me some help
thanks
soft.lsp@h
-
- "Requested lookup key" IE7 Problem
by Twice_Resurrected
- 14 Replies
- Last post
by Fixer__
- Please help! I just set up my new PC with Windows XP and after installing IE7, when i try to go on any website it launches a pop-up, stating "The requested look up key was not found in any activation context" and doesnt launch any webpages. Yet Mozilla Firefox works fine. Please reply back with a solution anyone :o) -Callum
-
- IE7 FTP Security Issue
by mwalsh
- 13 Replies
- Last post
by tic01
- I have run into a security hole in my ftp site that has only now become a problem with IE7. The structure of my ftp directory involes several streaming media folders and a Client folder in the root directory. The contents of the client folder and its children are all password protected. Inside these folders I upload content for my clients to view approvals and allow them to upload files for my own
-
- Internet Explorer desktop icon displays the ie6 icon instead of the ie7 icon.
by Flatsix_power
- 1 Replies
- Last post
by mrfusker
- IE7 is working great for me, however the only thing I've used it for so far is to google my way around how I can fix that problem. Maybe I'm not using the right string I don't know. Maybe you guys can help.
The problem is the internet explorer icon (that holds the "no add-on" en "internet properties" under the right click menu ) on the desktop that you can display using: cus
-
- How to replicate the default download process in Internet Explorer?
by Baller4lifeII
- 13 Replies
- Last post
by Baller4lifeII
- Hey there, I would like to know how I can call the default download function of IExplorer. I implemented a custom download manager using the IDownloadManager interface because I needed to get some specific information about the file being downloaded. However, I don't want to override the whole download process. I just needed to intercept it, get the necessary information and let it carry on with t
-
- IE7 - File Not Found ieframe.dll\1
by Ryan Slimmon
- 14 Replies
- Last post
by EskyRJB
- Hello,
After upgrading to IE7, all of my programs with the "Microsoft Internet Controls" (i.e. Webbrowser) are breaking when I load them in code (compiled still works though). I get the following error:
"File Not found 'C:\Windows\system32\ieframe.dll\1'
However, if i look in my references, all I can find that is there is the reference to shdocvw.dll, no ieframe dll. If I o
-
- Modifying IE's Right-Click menu options - not sure where to start, can anyone give me direction?
by dmose
- 2 Replies
- Last post
by IECUSTOMIZER
- Greetings,
I'm looking to write a small addon to IE (and perhaps firefox) that introduces a new link on a user's right-click menu in IE. Specifically when they right click on an image file I want to send that image URL to a certain website for processing. I'm sure it's possible as IE already detects images giving you the 'save image as' option.
The problem is, I have no idea where t
-
- IE7 the culprit? outlook express hotmail problem
by Morganificent
- 8 Replies
- Last post
by Morganificent
- I use OE6 to archive my hotmail locally via dial-up until I installed IE7 and then I'm requested to logon when synchronizing my hotmail folders. I have not been able to logon yet and synch my mail. I also have McAfee security running and have disabled it to see if the connection is being firewalled to no avail. I just need to know for sure if hotmail is no longer available to OE users or there is
-
- Protected -> Medium Integrity, elevation policy
by Locke355
- 6 Replies
- Last post
by Sharath Udupa - MSFT
- I have an ActiveX control which needs to start a process with medium integrity. I am trying to get ieuser to elevate the process without prompting the user to ok the elevation. On install, I generate a GUID and add it to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Low Rights\ElevationPolicy, and set the 'AppName' and 'AppPath' to reference the application to run (I do not set the CLSID