-
- Internet Explorer 7
by ariefcrawfordconnect
- 8 Replies
- Last post
by Myles Crawford
- i have internet explorer, the original one. i have been trying to download IE7 for 2 weeks. is there any ways to solve this problem
-
- Certain keys not returning a keyCode in IE7
by ligeiaV
- 4 Replies
- Last post
by ligeiaV
- I've written a mini c++ app that performs certain functionality based on keyboard events and key pressed. I am trying to acquire the key code to certain specific keys such as print screen, inset and home. However, in IE7, I only receive result 0 (zero) because the key does not trigger an event and therefore has no key code value that can be assigned. This same code works in IE6. Here is an example
-
- Cutomizing the IE context menu
by Simerjeet
- 14 Replies
- Last post
by Nathan Baker
- Hi I have Browser Helper Object which is used to implement a customized context menu when right clicked on an image. This has been done by overriding the ShowContextMenu() function of IDOCHostUIHandler interface . My customized context menu shows up successfully on right-clicking, but I have following issues: 1. Since I am using the default menu lying in the shdocvw.dll, I loose all the enteries
-
- IE navigation
by Cookie.Master01
- 5 Replies
- Last post
by Peter Ritchie
- Hi,
I want to create a simple application that can see on what sites i surf.. something like an application that is running and every time i navigate to a site it shows me..
I found something on codeproject but it doesnt work. can anyone help me with an idea
Thanks.
-
- Referer Header not send in IE7
by EdmundG
- 1 Replies
- Last post
by Lance Leonard
- Hi, i have a problem with my web application. Everything worked fine with IE6 and Firefox but now some of my customers are updating to IE7 and they are not able to login anymore. My application uses the HTTP Referer-Header to send the users back to the side they were on before loging on.
IE6 and other Browsers, are all sending the Referer-Header but some of the IE7-Installations not. Does anyb
-
- IE7 will not access my web site
by ikeb
- 0 Replies
- Last post
by ikeb
- I use frames in my web site and ie7 will not access the site and if it does, I have to clear the cache each time i move to a new page. Obviously ie6 does not do this
-
- Just one BHO's instance for all the Tabs.
by Deza
- 14 Replies
- Last post
by R.Hartmann
- It looks impossible, but: Is there a way to have a persistent instance of a BHO across all the Tabs That is, the same BHO instance for all the Tabs.
At least, does somebody knows a ˇ°strategyˇ± for to simulate this behavior
-
- IE7 Home Page
by jalisco
- 2 Replies
- Last post
by rtdev
- How do I permanently change the IE7 Home Page from http://www.yahoo.com to my preference Clicking on Tools then Internet Options then either Use Current or Use Default or Use Blank then Apply only allows the change temporarily. When I reopen the Internet Options Window http://www.yahoo.com is in the home page address bar again.
-
- WindowStateChanged Event bug
by Anatolik
- 1 Replies
- Last post
by Reza Nourai - MSFT
- Hi, to everyone, i've downloaded lastest Windows SDK, which contains needed DISPIDs for handling WindowStateChanged events in IE7 BHO. in SDK i've found event flags: typedef enum { OLECMDIDF_WINDOWSTATE_USERVISIBLE = 0x00000001, OLECMDIDF_WINDOWSTATE_ENABLED = 0x00000002, OLECMDIDF_WINDOWSTATE_USERVISIBLE_VALID = 0x00010000 OLECMDIDF_WINDOWSTATE_ENABLED_VALID = 0x00020000, } OLEC
-
- Can I track File download/upload using BHO in Internet Explorer?
by Baller4lifeII
- 0 Replies
- Last post
by Baller4lifeII
- Hey all, I would like to track when IExplorer has downloaded/uploaded a file, including all the necessary information of the file (ie. file name, path file came from, path uploaded/downloaded to, etc.). I looked into using BHO and noticed the FileDownload event seems promising. I will be coding in .NET VS 2005. Please post if you know any helpful information that can help accomplish the task. Trac
-
- Script error invalid character using the WebBrowser control
by John Veson
- 14 Replies
- Last post
by arts284
- One of our applications was broken after installing IE7. We narrowed the problem down to the below:
WebBrowser browser = new WebBrowser(); browser.DocumentText = "<script src=\"file://c:\test\foo.js\"></script><p>test</p>";
This code works fine under IE6, but when running on IE7 you get the error: Line: 2 Char:1 Error: Invalid Character Code: 0 URL
-
- IE7 and desktop icons
by scribework
- 14 Replies
- Last post
by jeffnpat
- I just installed Internet Explorer 7 today, which I guess is a.k.a. Windows Live . All of my fancy customized shortcuts on the desktop disappeared and each got replaced by the same generic windows icon.
Right-clicking & changing the icons in properties no longer works.
Also, when I create an internet shortcut while browsing, that creates a shortcut with that same generic icon (not even
-
- Hotfix completed
by Johnny Kauffman
- 14 Replies
- Last post
by Johnny Kauffman
- Our product is suffering some pretty severe problems because of IE7. We've starting getting calls that dialog windows become hidden. We've heard this is a threading issue. We found out that the problem is actually much worse.
Modal dialogs don't seem to function correctly in IE7. You can recreate the problem using VB6 by doing this:
1. Create an ActiveX UserControl project.
2. Add a form
-
- what is the default value for height attribute for a td in a table(code standards for ie 7.0)
by raj416
- 0 Replies
- Last post
by raj416
- i have an issue while workin with i e 7.0, the table cell is not growing or shrinking propely based on data inside the cell ...
i have assigned the value
style ="height:100%" its not working but i remove the one end of the double quotes " then code becomes like this
style ="height:100%
and its working........ seems the height attribute takes the default value....
-
- IWebBrowser-control memory leak.
by Ajay Mathpati
- 2 Replies
- Last post
by Ajay Mathpati
- Hi,
Scenario -
- I am using WebBrowser control to navigate different pages. Its an MFC application.
- These pages also contains references to Java Script and images.
Problem -
- When the page is navigated using Navigate method it occupies certain amount of memory, which is obvious. However, it doesn't release it when WebBrowser control is destroyed.
- I a
-
- how to get the cssclass from webbrwoser
by royroy7777
- 4 Replies
- Last post
by royroy7777
- im tring to build app that scan html pages
the links were easy to get but i need the cssclass also
someone know how to
thanks roy
-
- Help me! How can I disable the Alt - Enter compound?
by Doan Van Tuan
- 11 Replies
- Last post
by unique_username
- If a dialog without address bar is switched to full screen mode (by Alt-Enter), then switched back to normal mode, the address bar will reappear.
Can anyone help me, how to keep the address bar from reappearing in this case
EDIT: I have given up and tried to disable Alt - Enter, but this script proved ineffective:
----------------------
<html> <head> <title>No Fullscr
-
- Workaround for IE7 file download replaces spaces with underscore (_) sorta works but..
by coh
- 0 Replies
- Last post
by coh
- Help, I've come across the IE7 file download replace space with underscore bug and found the workaround in this forum -> http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=940747&SiteID=1 . The workaround appears to only work when you click "Save" on the File Download dialog is presented but not when you click "Open" !! Eg. I'm serving back a pdf file named "this
-
- Javascript Popup/Image Width issue
by Wings73
- 7 Replies
- Last post
by TheMeddler
- The following javascript resizes a popup browser to the size of the image displayed in the browser. It has worked fine in IE6 and other browsers, but in IE7 it causes the width to be much too small, cutting off the image in the popup.
It appears that IE7 is treating "document.body.clientWidth-document.images[0].width" differently than in IE6. Anyone know how to easily remedy this
-
- IE 7 SCRIPT ERROR
by therese1216
- 5 Replies
- Last post
by alexn817
- I am using XP and IE 7. When I log onto 2 of my user accounts I get IE script errors.
When I attempt to click on either yes or no when I am given the option to stop running scripts on the page nothing happens. When I attempt to access the web I get blank pages. Can someone help This is making me nuts!!
-
- Fatal Login Error. hr = 80041035, f = -
by Heelllpppp
- 5 Replies
- Last post
by Jaime Siqueira
- How do I repair this error
-
- Copying IE6 or 7 favorites to a new computer with IE7 on XP
by YWLMB
- 1 Replies
- Last post
by John Sudds - MSFT
- Anyone ever run into this
I work in IT and when a user gets a new computer I used to copy their IE6 favorites to their new computer without problems. With IE7, after they are done copying to the new computer, the favorites do not do anything. The IE icon is gone and when you click the links, they do absolutely nothing.
I cannot find anything on this. The only way I know how to fix it is by r
-
- [IEDevTB] New version of Dev toolbar doesn't work.
by Russell Weed
- 8 Replies
- Last post
by figo2476
- I downloaded the new version of the IE Developer Toolbar today after seeing it on IEBlog, however it doesn't work. Using IE6, not 7, but I was under the impression it worked with both The old one did for sure. For any page I go to, the DOM node tree is empty. Every menu option or sub menu option is grayed out and the 4 buttons on the left do nothing when clicked. No error messages of any kind, jus
-
- call "internet option" from internet explorer context menu
by goliver
- 4 Replies
- Last post
by goliver
- How can i open "Internet Options" by click on the right click from internet explorer
I know how to set new context menu item, but i don't know which URL to call.
Thanks
-
- SHDocVw.InternetExplorer Navigate2 problem
by MikeDaw999
- 0 Replies
- Last post
by MikeDaw999
- Hi, I have some code that posts data to web pages. It has worked in the past with IE 5 and IE 6 but doesn't seem to work after upgrading to IE7. The error is "This array is fixed or temporarily locked". Has there been a change to the Navigate2 params Here is my VB6 code: Dim oIE as new SHDocVw.InternetExplorer Dim header as variant Dim flags as variant Dim aryPost() as byte Dim postD