-
- 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
-
- 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
-
- Save Dialog Box of Client's Browser
by DONNN
- 2 Replies
- Last post
by DONNN
- Is there any way to access the save dialog box of client's Browser, My application is performing Multiple document donload using ASP.Net libraries. Currently, It is downloadling the document using fixed path at the client's PC. but i need to make that path Dynamic so that when user selects the files to be downloaded and click at the download button, Save As dialog box must appear and ask the user
-
- Managed C++ Windows Form not showing up in IE
by DonJames
- 1 Replies
- Last post
by DonJames
- Hi,
I am trying to get a managed C++ Windows Form to come up in IE.
This works fine when I build a C# Windows Form Control Library (with the regular htm syntax ID=dll name.namespace.class etc)
However when I try the same experiment with Managed C++ it does not show up in IE.
i.e. If I create a DLL that is a managed C++ Windows Control Form Library and put it in the Virt
-
- 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
-
- Subclassing a ie7 context menu with c#
by Crasch
- 2 Replies
- Last post
by Crasch
- I need to trap the context menu events. I managed to subclass ie6 with a c# bho. The events are correctly dispatched to my sublcass wnd proc. The same isn't working in ie7. The subclass wnd proc is correctly registered with SetWindowLongPtr api, but no events are passed. Googling around I see that this should be caused by a different ie7 behavior (regardin tabbed browsing).
Any idea on how to a
-
- 100% TD Issue in all IE version
by Steve Bright
- 1 Replies
- Last post
by unique_username
- I have reduced my problem down to the following simple 2 row HTML table:
<html> <body> <table cellspacing="5" cellpadding="0" border="1"> <tr> <td nowrap="true">Label #1</td> <td colspan="3"><input type="text" name="Box1" size="80" /></td> </tr> <tr&
-
- On New Tab Event Notification
by George554939
- 2 Replies
- Last post
by George
- Is there a way to be notified when the user clicks on the New Tab on IE7 I'd like to initiate
an action on my Extension when this event occurs.
Thanks,
George
-
- IE7 RC1 and vbscript (InternetExplorer.Application)
by Mark Coleman
- 8 Replies
- Last post
by Major
- Hi,
Has anyone had problems with existing vbscripts that output to IE and the IE7 RC1 release I have some vbscripts that use IE to display output and they work perfectly in IE6 but are broken with the RC1 release of IE7. Code like this below doesn't display anything in the browser window:
Set objExplorer = CreateObject("InternetExplorer.Application") objExplorer.Navigate("abou
-
- Embedded video crashes IE 7
by Andrew Kinloch
- 4 Replies
- Last post
by DemonDNF
- Since about mid January everytime i browse to a page that contains embedded video IE 7 crashes. This also affects watching Adobe flash files and other forms of video. all i get in the event logs is:
The first example was watching NBA TV Broadband and the second was browsing to a page with embedded flash.
This is extremely frustrating so any ideas or fixes would make me a happy man.
Faulti
-
- Missing Source for BHOs: The Browser the Way You Want It...
by ericm301
- 4 Replies
- Last post
by Pete Warden
- Hi,
I was wondering if anyone could locate the source for the example used in the article:
http://msdn2.microsoft.com/en-us/library/Bb250436.aspx
Browser Helper Objects: The Browser the Way You Want It
There are several functions missing from the code in the article.
Thanks.
Eric
-
- Where Does IE Caches Redirect Information of Browsed Web Pages
by RatneshK
- 1 Replies
- Last post
by RatneshK
- Hi, I have extensively used information stored by IE in cache, such as "index.dat", cookies & all, but recently i am facing a difficulty in finding out that "Where does IE stores information about redirect web pages". To make the question more clear: Let's say i navigate to a redirect page "A" in online mode, which is redirected to "B" . Now when i go
-
- simplest way to install an extension
by Pie
- 5 Replies
- Last post
by IECUSTOMIZER
- What is the simplest way to register an extension on machines that do not have Visual Studio. I tried registering the dll using: regsvr32 myextension.dll It works on my machine with Vis. studio on it, but not on a clean machine. I get the following error: "The application has failed to start because the application configuration is incorrect..." Am i missing some dlls Should I need to co
-
- OCX control in HTML
by TayyabHussain
- 0 Replies
- Last post
by TayyabHussain
- Posted - 06/19/2007 : 02:23:09 AM
-
- How to open a file/url using default application in MSVC?
by Zu Kim
- 2 Replies
- Last post
by Zu Kim
- I am writing a software using MSVC which will open a URL using a default web browser. All I know is "exec()" but I don't know how to find a full path to the default web browser.
It seems like a simple problem but it's extremely difficult to find an answer by google searching..
Thanks,
- Zu
-
- Inappropriate behaviour of IE reading a Script in Text File
by Sumit Nanda
- 0 Replies
- Last post
by Sumit Nanda
- Hi All ,
I found the Below different behaviour of IE with respect to Mozilla , Can any one please confirm its a Bug with IE or what !
Write a demo script as : <script>alert('hello');< /script> and save it in text file test.txt , Save it inLocalhost any Web server folder . Now using Mozilla and Internet explorer try to access the file as http://localhost: <portnum
-
- IE 7 Tab Issue
by Twoto
- 2 Replies
- Last post
by Guilherme Santos
- I have a web application. Server - weblogic 8.1 using JPF (Java page flow) Lot of may object are in session and in JPF as JPF has a session scope. When user open a new tab in the same instance of IE7 or mozilla ,there is no new session, they are continuing same session. My problem is , when user open a new tab and and again login with same name or different name login, all the objects in my sessio
-
- 0x80040202 COM error when calling IConnectionPoint.Advise for DWebBrowserEvents2
by Beerwolf
- 2 Replies
- Last post
by Beerwolf
- I have a strange error that is occurring and I cannot figure out what the issue is. This same code functions fine on two other machines and for some reason on another one it is failing. Here is the situation.
Running IE6 on XP SP2 on all the machines. This is C# code under .NET 2.0.
I have implemented SHDocVw.DWebBrowserEvents2 per the spec.
Code Snippet
System.Ru
-
- 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
-
- IE7 session variable bug ?
by Jason Croft
- 14 Replies
- Last post
by CharlieRomeo
- Hi
I developed a site about 6 months ago, written in Cold Fusion MX 7.
A simple log-in page creates a session struct() variable upon successful log-in and then re-directs the member to their login home page area. On the login home page area, a simple script runs to see if a session variable exists, and if it dosnt, redirects them back to the login page. This is so that people cant access the
-
- Tuns of bugs in IE7, how to report?
by digitalpacman
- 14 Replies
- Last post
by mltsy
- While attempting, and I do mean only attempting, to develop my application I keep getting "this old feature is now broken in IE7"
Well here is a small list of what I can remember off the top of my head..
-----------------
$(id).onclick = 'alert(1);' <-- wont work until you forcefully update the DOM
$(id).setAttribute('onclick', 'alert(1)'); <-- wont work until you force
-
- 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
-
- 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
-
- 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
-
- Bugada - How can this work ?
by Rian Edwards
- 7 Replies
- Last post
by Launchnet
- I am using a simple standard framset, in IE 7 the target is all off, opening each page into a new window instead of the proper frame. Is there a solution for this, I have refrences to it being an issue caused with tabing but have not yet seen a solution.
Thanks
Rian Edwards