-
- Microsoft FrontPage 2002 (IFPMarkUpServices)
by bszenith
- 7 Replies
- Last post
by bszenith
- How do i use this interface (IFPMarkUpServices) in the context of VC++ in MFC Dialog based application for Microsoft FrontPage 2002 Eg. How do u remove an active element from a page window
PS: Is there also any documentation for this interface
-
- DownloadComplete vs DocumentComplete
by mlabs
- 5 Replies
- Last post
by mlabs
- I'm trying to manipulate the DOM in a document associated with an IFRAME on a web page.The IFRAME loads itself dynamically using the src attribute, in response to a user click on a link.
In other scenarios, I am trapping OnDocumentComplete() and in there I am passed an IDspatch, from which I can get the associated IHTMLElement2 and insert some stuff..
However, in this case, OnDownloa
-
- Table Border Displays ONLY in IE7, No Other Browsers
by elvenjewel
- 0 Replies
- Last post
by elvenjewel
- I have some table code that works fine in Firefox, Netscape, Opera and Safari. In all those browsers, the table shows up with no borders. In IE7, it shows up with a big, black border. Attempts to modify my code to suit IE7 only messed it up for ALL the browsers. Can anybody help me with this <table align="left" border="0" cellspacing="0" cellpadding="0"
-
- string manipulating
by Idanz
- 1 Replies
- Last post
by IECUSTOMIZER
- How can I find a substring in a string with JavaScript
-
- Unhandled Exception in IE7 after the installation of the tool..
by Rishi Sharma
- 14 Replies
- Last post
by AnonOne
- After installing the developer tool in IE7, I start getting the following error: "An Unhandled exception ('Object doesn't support this property or method') occured in iexplorer.exe [3496]." When I uninstall the same, I stop getting the exception. Please suggest.
-
- Running my program from toolbar--works in IE 6, but not IE 7
by EAW
- 1 Replies
- Last post
by EAW
- I have Windows XP with IE 6. I've written a program in Visual Basic that take a financial table downloaded into IE and sorts the rows using one of the columns. Using Windows Explorer, I copied a shortcut of the .exe program onto the IE toolbar, and created two versions, one that passes a parameter 'A' for ascending sort (.e.g. it runs C:/.../sort.exe "A"), and the other passes 'D' for de
-
- How to hide Excel2007 ribbon interface in a frame on IE7?
by masa-shu
- 0 Replies
- Last post
by masa-shu
- Hello,
I'm developing a web application which has 2 frames.
One frame reads a HTML file and the other reads an excel file(.xls).
When I open this page on IE6 & Excel2007 or IE7 & Excel2003
the excel frame doesn't show any menu and ribbons.
But the combination of IE7 & Excel2007,
the excel frame shows excel2007's ribbon interface.
I want to hide the ribbon inte
-
- Setting home page in IE7 with custom protocol
by prasad_ark
- 2 Replies
- Last post
by prasad_ark
- I am trying to set my home page through Tools->InternetOptions which is prefixed with our custom protocol.When i am clicking on 'Apply',we are getting a warning message saying the home page set is not a webpage.From IE7 documentation we found that IE7 security features does not allow to recognize unknown protocols.I tried to set through changing registry entries.But sadly it showed 'about blank
-
- Installation and registration woes
by Tikbalang
- 1 Replies
- Last post
by Tikbalang
- Hi, I'm fairly new to IE Add-on development so please go easy on me, any how here's my story: I have a small C# project that basically acts as a auto-filler for web-forms for our intranet so that working fine and dandy. I then converted this app into a BHO by making the winform app into a DLL with the pre-requisite Active and GUID to make a BHO. So that was done and working too. I used regasm MyA
-
- DocumentComplete doesn't seem to get called when C# BHO runs on Vista.
by TechNetUser
- 0 Replies
- Last post
by TechNetUser
- Does anyone know why a C# BHO that works properly on XP might not work when run on Vista
In the sample code below:
On Vista, the message boxes in SetSite appear, but NOT the message box in webBrowser_DocumentComplete.
On XP, all message boxes appear.
It looks like IE in Vista never fires the DocumentComplete event, but I know that's not true because I have a C++ BHO that
-
- Repetitive Just-In-Time Debugger dlg in IE7
by mduray
- 1 Replies
- Last post
by mduray
- Hello, Does anyone know how to disable a Visual Studio Just-In-Time Debugger dialog that appears for almost any website I visit It appears so often it is rendering IE unusable to me. I am running IE7. I have Visual Studio 2005 installed (and VS 6, but that shouldn't matter). I used to have VS2002 and the Express versions of Web Developer and C#, but have uninstalled them (but could have remaining
-
- IE7 HTML IFRAME, "save as" filename displayed with UTF-8 encoded characters
by euapev
- 0 Replies
- Last post
by euapev
- I hope that this is the right forum and that someone can help me. I have a "Java" application (running under Tomcat/JBOSS). From within IE7 (Internet Explorer 7) I invoke a servlet (doPost()) that in turn calls a web service (call to web service is in doPost()). The webservice returns a document using ISO-8895-1 encoding (the back end system that supplies the web-service is running ISO-
-
- Monitoring IE7 from another application
by tkroll
- 1 Replies
- Last post
by Sharath Udupa - MSFT
- Hello everyone,
Is it possible for an application to monitor all open IE7 windows and capture text from them Maybe via IAccessible
I am developing a Vista Sidebar gadget, so I am using JavaScript. I can write a COM if needed.
Thanks, Ty
-
- How can I programmatically resize an explorer bar?
by Andrew Miadowicz
- 1 Replies
- Last post
by IECUSTOMIZER
- I have an Internet Explorer extension that displays a horizontal bar which I would like to programmaticaly resize depending on what content I'm currently displaying. Despite searching online and experimenting with sending resize messages to the parent (and the parent's parent) of my band window I can't get IE to change the size of the bottom bar. In fact, what I see happening is that immediately a
-
- Access Denied
by rbflorendo2007
- 0 Replies
- Last post
by rbflorendo2007
- Hi All, I have a problem about using PIA(Primary Interop Assembly) in vb.net. I declare a variable handling the Microsoft.Office.Interop.Excel.Application like this dim sample as Microsoft.Office.Interop.Excel.Application and instantiate like this sample =New Microsoft.Office.Interop.Excel.Application. when I run the program I got this error "ACCESS DENIED", i trace the program and the o
-
- IE7
by novis
- 0 Replies
- Last post
by novis
- I just down loaded IE7 to upgrade my version and now it just locks up while trying to open.
-
- non-ascii url(IDN)and redirection with Location header(IE7)
by anonyguru
- 0 Replies
- Last post
by anonyguru
- Currently I'm developing/maintaining click redirection web servers that send 'Location:' header back to the users at the end of the process. But the problem is that it does not work with IDN urls(those having non-ascii characters such as asian characters) ONLY ON INTERNET EXPLORER 7.
I've found that IE6 simply trys to ask plug-ins or DNS servers to get the punycode(something like "xn--
-
- 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
-
- "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
-
- catches IE Events
by roychoo
- 14 Replies
- Last post
by Han Qiao
- Hi,
i am writing an extension for internet explorer
i have already created the extension
however i need to catch IE events like "NavigateComplete"
is there anyway to catch the events using visual c#
thanks
Regards
Roy
-
- Capturing URL in address bar
by roychoo
- 2 Replies
- Last post
by Qawi
- Hi, I am doing a plugin for Internet Explorer. However this plugin requires the current URL that the user had typed in. My question is, is there anyway that using C# i can capture the current URL that the user had typed this plugin is also developed in C# Regards
-
- Headers not always printing Outlook 2003 after update to IE7
by robih
- 2 Replies
- Last post
by robih
- Today is February 23, 2007.
My staff needs to print e-mails with headers as documentation with regards to contracts and deliverables.
This documentation is critical.
After distributing/installing IE7, not all e-mails printed completely; headers did not print.
Is Microsoft working on this
Have they come up with a solution
We need to have this solved for legal purposes!
-
- IE6 not detected when trying to access Windows Update
by mrfrustrated
- 1 Replies
- Last post
by Lance Leonard
- Hi,
Hope I'm posting in the right forum, but can't find this question anywhere else.
I've had problems trying to connect to the Windows Update site. Every way I've tried to go into the update site it comes up with the following message:
Thank you for your interest in obtaining updates from our site. To use this site, you must be running Microsoft Internet Explorer 5 or late
-
- window handle for active tab
by gchippie
- 14 Replies
- Last post
by John Lister
- hi folks,
when a document completes loading in a new tab,
my bho gets notified via DISPID_DOCUMENTCOMPLETE.
how can i get the window handle for the tab window
i've tried the EnumChildWindows/IsWindowVisible combo but it's not always reliable. it would seem IE7 has the handle but how to get it
any ideas
-
- IE7 Tabs
by Michael Chancey
- 14 Replies
- Last post
by ClydeCoulter
- I am looking for a way using the SendMessage API or something along those lines to activate a different Tab from an external application, so I can detect if a URL is already open and restore that instance of IE and automatically switch to the proper tab.