-
- 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
-
- Mixed Content in IE 7
by Anyhoo
- 3 Replies
- Last post
by Kaervos
- I have a secure web page (https) that contains insecure items (image files from the client hard drive). So there is a mixture of secure and insecure items on this web page, which in unavoidable. The problem is that IE 7 is displaying the "mixed content" security warning message every time the web page loads or is refreshed. I want to inhibit this message on the browser. Previous versions
-
- Res://ieframe.dll/dnserror.htm#
by immzie
- 14 Replies
- Last post
by ACEREPIMP
- I am having a problem with the following website:- www.hi5.com . While trying to visit this website I get the following error
Res://ieframe.dll/dnserror.htm#
I am running IE7, I have been able to visit this website since installing IE7, the problem seems to have just occured recently.
Can anyone help
-
- 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
-
- 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
-
- Using IWebBrowser2 to display RSS channel file
by BobM54321
- 0 Replies
- Last post
by BobM54321
- Hi,
I am using an IWebBrowser2 in an MFC application for a built in web browser. I have most everything going just fine.
My last hurdle has stumped me. I want to display RSS xml files like IE7 - a list of RSS items to click on etc.
IWebBrowser2 will display the RSS channel xml file like a normal xml file in IE, but I want to render the xml into HTML and load the DOM with it.
-
- IE7 and Right Click Menu
by RameshK
- 7 Replies
- Last post
by RameshK
- I have an IE explorer bar which makes use of a Right Click menu option. The right click menu option is implemented the usual way by creating a new key under HKCU\Software\Microsoft\Internet Explorer\MenuExt\<menu text> and this menu is pointing to a file in the local file system. This file is basically a VB Script file which parses the highlighted text passed down to it from the browser and
-
- bypass or supress print dialog box
by chuy244
- 14 Replies
- Last post
by abbasi541
- Hi!
I'm developing this web aplication for an intranet where the user can print a list, I want this to be automatic, I know I can do so by using a java script, but then I was asked to avoid the browser to show the printer dialog box so the printing process would be much more faster and easier for the user; I found some info about this in a forum ( http://www.codingforums.com/archive/index.php t
-
- dropdown overlaps menu
by yashaswi
- 2 Replies
- Last post
by yashaswi
- Hello
Popup menu doesnt overlap the dropdown box... popup menu is in DIV. What to do
-
- Webbrowser Automation
by Vibhu Bansal
- 2 Replies
- Last post
by Michael Schneeberger
- I am developing a application that will submit information on the website and read the results so that I can update my database.
This is the sample code
Private Sub cmdBaseData_Click() Dim i As Integer Dim xDoc As MSHTML.HTMLDocument Dim xSearchBtn As HTMLInputButtonElement WB1.navigate " http://www.state.sc.us/UnclaimedProperty " Do While (WB1.readyState = READYS
-
- Toolbar Button display in Manage Add-ons
by agrauch
- 4 Replies
- Last post
by TechNetUser
- I've been developing a BHO and a toolbar button that invokes a COM object. After installation, I was surprised to see my toolbar button displayed in IE7's Manage Add-ons dialog. Unfortunately, the button text is shown in the Name column and both the Publisher and File are left empty. Is there a way to display Publisher and File values so that users will know where the add on originated Is there
-
- How to enable javascript programmatically?
by EliMLi
- 4 Replies
- Last post
by EliMLi
- I have a html based dialog, i.e., an MFC dialog that contains html control with active content written in javascript.. The problem is that this dialog doesn't work on client PC with disabled javascript in internet explorer. Is it any way to enable javascript in my situation
-
- Error while accessing any Web page in IE7
by MehulG
- 0 Replies
- Last post
by MehulG
- Hello, I am getting an error " An unhandled exception ("Object doesn't support this property or method") occurred in iexplore.exe [6056]." while accessing any web page in IE7. I do not know what this error is for.
Can anyone help me to get it resolved
Regards,
MehulG
-
- Prompting Users When Using window.close() In IE7
by nath
- 14 Replies
- Last post
by Snails
- Microsoft IE Developers,
The question, everybody seems to be asking!
What are our alternatives regarding not prompting users when
we are automatically closing a browser
Life was so much easier before IE7. I could simply use:
window.open("page.aspx","_blank","resizable=yes,scrollbars=yes,toolbar=no,status=yes");
window.opener
-
- Drop down box ie7 - not displaying
by Jason1234_2
- 0 Replies
- Last post
by Jason1234_2
- Hi wonder , if anyone can help
I'm have problems displaying drop down list in ie7. It works fine in all other browsers.
Any ideas
-
- accessing dhtml/dom within c# user control
by anhtai
- 5 Replies
- Last post
by Sheng Jiang
- Hi,
I have an embedded .NET user control in a web page, and I need to be able to navigate to a different page with the same browser when I click on a button in the control. How can I access IE's DOM from within the embedded control written in C#.
I've been researching this issue for months, and have only found answers that involve .NET 2.0, which I can't use now and C++ which I don't kno
-
- developing plugin for IE
by hectordetroya
- 6 Replies
- Last post
by raghu krishna k
- Hi:
iam a new user of visual studio, and iam trying to developt a plugin for IE but i dont know how to start, if anybody have a how-to or a simple explanation, i will appreciate,
.
-
- How to know when a tab is switched in IE7
by danielanvar
- 6 Replies
- Last post
by danielanvar
- Hi, i'm developing a toolbar to IE7 using the example in codeproject, using .net (c#). for each tab i get a new toolbar created, and i want to know whenever the tab is changed in IE. meaning, i need some kind of event, like a "tabchanged" event to register to. does anyone know about such an event is there anything similar that i can work with (SHDocVw or something) thanks
-
- Activating dynamically added ActiveX Control (<object>)
by Nietecht
- 1 Replies
- Last post
by Nietecht
- Hello, I have a problem activating ActiveX controls that have been added after the page has been loaded. Currently my page loads with a flash object, which doesn't require activation (thanks to the known javascript workaround ). I want to remove that object and replace it with a new one after the page has been loaded (based on user interaction). For this I'm using the .innerHTML method and it work
-
- 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.
-
- How do i read URL from Internet Explorer 7 Tabs
by Sheikd
- 4 Replies
- Last post
by Sheikd
- Hi,
I am trying to read URL from Internet Explorer 7 tabs. I am not able to parse . Can any one tell us. how to get url from IE 7 tab.
Sheik
-
- Ie7 crash if window.close() is called immediately after set window.location
by Doan Van Tuan
- 1 Replies
- Last post
by Doan Van Tuan
- Hi all.
I'm updating our system in order to make it IE7 compatible. Our system is a web based document management system, and to download/upload batches of multiple files it use a small .NET application called Downloader.exe, which is stored in a server directory, and launched by IE.
After the program launched, the launcher screen must be automatically closed:
----------------------------
-
- New MSDN BHO Article - Building Browser Helper Objects with Visual Studio 2005
by maddman
- 10 Replies
- Last post
by maddman
- I have built a BHO based on this article and it works great, but I cannot deploy it to machines that do not have Visual Studio 2005. It won't register and I have fixed all the errors that Dependency Walker showed.
Has anyone else had problems deploying
Murph
-
- YouTube is not working on IE7
by royal77332
- 14 Replies
- Last post
by gon2pot
- Friend of mine was trying to show me a video that my friend made, so he uploaded it through YouTube. He gave me the link to view his video on YouTube. The video doesn't play on IE7, but does play on IE6. I tried to enable all ActiveX, no luck. Is there any alternative Thanks for you time.
-
- Error message when closing browser in IE7
by eieiosanangelo
- 3 Replies
- Last post
by v-6vikku
- I have three computers, one PC and two Notebooks, with IE7 on all three. Whenever we close our browser, our computer either freezes/crashes or we get the report error message. I downloaded the program again, on all three, and we still have this problem. What suggestions does anyone have to fix this problem