-
- Problem with "hello world" button
by Steph(an&#
- 3 Replies
- Last post
by John Sudds - MSFT
- 1 Hi all. I'm new to IE extension development and I'm trying to get a basic "hello world" extension together. I've hit a problem and would greatly appreciate your help. I've followed the "Adding Toolbar Buttons" tutorial at http://msdn2.microsoft.com/en-us/library/aa753588.aspx The button is showing up, but when I click it nothing happens. I'm not sure what the script language
-
- Organizing IE7 Toolbars
by Gustavo Holloway
- 14 Replies
- Last post
by krsarge
- What a Horrible experience has been using IE7. First I can't put more bars in the same row as the address bar So I get a incredibly big address bar and loose a lot of screen.
Other problem is that toolbars dont stay in the place you put them. They keep moving even if you lock the toolbars. Is this a Primary BUG at IE7 Is there anyway to make IE 7 as useful as IE6 and customize bars the way I w
-
- Can't open Internet Explorer Developer Toolbar
by lantian802
- 3 Replies
- Last post
by KylieTastic
- I have installed Internet Explorer Developer Toolbar and I find the icon in the IE7.0's toolbar ,but when i click the icon,the Internet Explorer Developer Toolbar didn't open.I have installed Httpwatch,Fiddler and Nikhil's Web Development Helper, is it confict with them
-
- IE 7 opening to Run Once page with error on it.
by cbpd86
- 14 Replies
- Last post
by cbpd86
- I downloaded updates last week. I have been using IE7 for a while with no problem. I dwnloaded the updates. Now when I open my browser the page tries to go to http://runonce.msn.com/runonce2.aspx . There is an error reported for this page and it will not open up I get a blue screen. How do I eliminate this I have my home page set in the tools section but when opening it won't go to my home page un
-
- How can I track or detect the download/upload events of Internet Explorer?
by Baller4lifeII
- 0 Replies
- Last post
by Baller4lifeII
- I'm looking for ways to
track the download/upload events of IExplorer. We currently can track
Navigate, New, Close, and other events with our IEAddin, however it
does not allow for the tracking of download/upload and possibly other
provenance events. Please post if you know any ways to accomplish this task. Any suggestions or comments are welcomed. Thanks in advanced.
-
- IE7 Add-On Software Error
by Ivorb
- 1 Replies
- Last post
by darkkat28
- How do I resolve error I receive when installing a java software on XP Platform.
Error message is as follows:
"Error applying transforms. Verify that the specified transform paths are valid"
Installation done via IE7
-
- Just In Time Debugger
by Louisd
- 0 Replies
- Last post
by Louisd
- Since installing Internet Explorer 7 I have had two problems.
1. On my user ID which is an administrator ID whenever I click on a hyperlink contained within an email message a dialog box is displayed containing an error message "Unexpected error in iexplore.exe("Permission Denied"). It asks me if I want to start the Just-in-time debugger. I have to click No three times before it
-
- Down Loading Duplicate javascript file
by vijil
- 1 Replies
- Last post
by unique_username
- Dear sir,
In my project We write all common Javascript function in one file say val.js
All my web form need this file to run sucessfully. But problem is When I am requesting each Page, It is down loading from Server.
But my concept is first time it will allow to download. second time we should block this down load. Because the file already in IE cache.
After that I did one
-
- IE7 XP Windows Update rollout
by Mike Frisco
- 0 Replies
- Last post
by Mike Frisco
- I know that IE7 was being gradually rolled out to XP users via Windows Update over a period of time, rather than opening the floodgates to all users at once. Is that rollout still in progress Or has IE7 already been pushed to all XP users If not, have there been any announcements as to when that might happen Thanks...
-
- Making news tabs active by default
by Ralph Krausse
- 1 Replies
- Last post
by Sharath Udupa - MSFT
- How can I make the new tab the active tab If I right mouse click and say 'Open in new tab", it does but I have to click on the tab to see it. Can I make this happen by default
thanks
Ralph
-
- Alternatives to IELaunchURL: use CoCreateInstance to create a WebBrowser object running in Protected Mode?
by tkeller01
- 11 Replies
- Last post
by Ishay Sivan
- Originally posted in this thread , but got no response after 5 days. Sorry for the long-windedness, but I'm getting desperate for some answers.
I'm revising an existing application for Vista-compatibility. This application makes extensive use of the IWebBrowser2 interface and IE to display web pages, primarily from the company's own site (like an about page), but it could potentially navigate a
-
- showmodaldialog difference between ie6 and ie7
by gilbs
- 2 Replies
- Last post
by Alex Ndungu
- Hello
In ie6 when in a modal dialog i had to modify the url of a frame in the background window , i had no problem... but now in ie7 i have to close the modal dialog before anything happens in the window background. Does anyone have an explanation on this different behavior between ie6 and ie7
Thanks in advance
Gil.
-
- IE7 RC1 doesn't render MHT pictures
by JJ_on_MSN
- 3 Replies
- Last post
by Matusko
- IE7 RC 1 does not render pictures from MHT files saved in IE6. It does however render images from MHT files saved in IE7. Is this a bug or a feature As-is, it breaks my application. If it's a feature, can someone direct me to the new MHT standard
-
- mshtml + c# = ability to retrieve CSS?
by Ninja Coder
- 2 Replies
- Last post
by Matthew Erwin
- I am trying to do c# + mshtml to retrieve the CSS on a web browser.
Code Snippet
static void Validate( HTMLDocument document)
{
HTMLStyleSheetsCollection styleSheets = document.styleSheets;
Console .WriteLine(styleSheets.length);
/*
for (int i = 0; i < styleSheets.length; i++)
{
object foo = i;
object foo2 = styleSheets.item(ref fo
-
- Creating tables on the fly with DOM methods... are special table methods required?
by Test1234525
- 0 Replies
- Last post
by Test1234525
- I haven't been able to find a whole lot of documentation on this issue. I know the special methods for creating and manipulating tables in particular exist, for example thead = tableObj.createTHead(); supposing the existence of a table object reference tableObj. How do these special methods compare to the generic var tbl = document.createElement("table"); var tbody = document.createElem
-
- IE 6 Crashes on Windows XP Javascript/Jason
by Pritje
- 1 Replies
- Last post
by johnmblack
- Hello,
I am using a client site which uses JASON and heavy javascript based website. My IE6 browser crashes quite frequently
giving me the following error:
AppName:iexplorer.exe AppVer:6.0.2900.2180 ModName:mshtml.dll
ModVer:6.0.2900.2180 Offset: 00052a8e
Are there any known points of Jason/Javascript combination that can crash IE6"
This crash happens quit
-
- BHO & context menu customization
by v04bvs
- 2 Replies
- Last post
by v04bvs
- I have pretty simple question: How to customize the context menu of the Internet Explorer in BHO I see 2 possible solutions: 1. via ICustomDoc::SetUIHandler. It seems to be wrong solution because if user has more than 1 such extensions, only 1 extension will work, because chaining is impossible. If I'm wrong, let me know please. 2. via some work with registry. It seems to be correct solution. But
-
- Can't get IHTMLChangeSink::Notify to fire
by ClydeD
- 10 Replies
- Last post
by Vadim Yakovlev
- I'm writing a HTML editor application in C++/CLI based on IE7.0 using CHTMLEditView as an MFC base class. I'm a newbie to this technology although an old hand at programming. I'm trying to detect changes in the main document after I've set contentEditable=TRUE on several attributes and typed into them. To do this, I created a class that implemented IHTMLChangeSink and bound an object of the class
-
- IE7 ile download replaces spaces with underscore (_)
by Dave198026
- 8 Replies
- Last post
by Mikael_Puittinen
- First post here so hello to all first of all
I have a question which i cant seem to find an answer for no matter how hard i search.
Basically, i just want to turn off the functionality that replaces the spaces with underscores when downloading a file from IE7.
I would think it is possible but i just cant find the answer.
Hope someone can help,
Thanks in advance,
Dave
-
- Opening Word Docmument Inline IE when Office 2007 Installed
by BilgeGul
- 9 Replies
- Last post
by Lance Leonard - MSFT
- Hi All, When opening a Word document by following a link in IE, Office 2007 and Office 2003 behave differently. On a computer with Office 2003 installed, the document opens in the IE browser window. With Office 2007, the document opens in Word. Is there a way to open documents inline IE on clients with Office 2007 installed, or vice versa Or is there a technical document describing what happens wh
-
- 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
-
- Is there an event or notification for DHTML DOM document changes?
by brooksy252
- 5 Replies
- Last post
by brooksy252
- I an using the web browser control, with IE6 or IE7.
I would like to know if there is a notification, event or state check that can be made to indicate when a change has been made to the HTML DOM, such as when additional nodes are added or deleted by javascript in a page.
I am not using the designer mode.
Particularly I am trying to connect to element events after the default
-
- hyperlinks won't work in IE7
by mddnyth
- 2 Replies
- Last post
by nmaspdev
- On some pages on my website, hyperlinks don't work. Basically, on certain sections of certain pages, IE7 won't seem to recognize mouse activity at all. Look at this page as an example:
http://www.nytheatre.com/nytheatre/chor3550.htm
On my screen, the main area of text is accessible, but the two sidebars (left and right) are not--and when you try to hover over them to access hyperlinks, it's
-
- IE7, OE6 Printing problems with headers
by Rozee
- 14 Replies
- Last post
by Tony Gore
- Having an intermittent problem printing To: From: CC: Subject: Attachments: headers on emails. Usually happens with larger emails or emails with large attachments or emails that have been replied to or forwarded from other people. Have installed Generic/text printer and sent the email to this printer but sometimes the headers are still missing even printing this way. I have if I open the offending
-
- 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