-
- How to get IE main menu hwnd?
by gzcjun
- 5 Replies
- Last post
by coxxxtel
- I want to get hwnd of IE main menu,and click one of the items,for example:View->Refresh,I write codes like this: HWND hwndIE=::FindWindow(_T("IEFrame"),NULL); HMENU appMenu=::GetMenu(hwndIE); HMENU subMenu=::GetSubMenu(appMenu,1); ... Everytime I got zero from subMenu,why
-
- IE7 AutoCompleteSaveForm
by Mike Koerner
- 1 Replies
- Last post
by Mike Koerner
- Hi,
I am having a problem with window.external.AutoCompleteSaveForm in IE7. The call throws the error "Element not found". It works correctly in IE6. Here is a sample HTML page
<HTML> <BODY> <SCRIPT> function fnSaveForm(){ window.external.AutoCompleteSaveForm(oForm); oForm.AutoCompleteTest.value=""; oForm.AutoCompleteIgnore.value=""; } </
-
- IE& Have problem with javascript
by MaciekWojcik
- 1 Replies
- Last post
by digitalpacman
- I have problem with page http://nettur.rst.com.pl/1669/ieNotWork.html
On FireFox page display corectly with no errors, but when i try display this page on IE, browser display this text "Internet Explorer cannot open Internet site http://nettur.rst.com.pl/1669/ieNotWork.html " and redirect to " Internet Explorer cannot display the webpage". :/
When i comment in source
-
- Downloading new file type give warning to open or save. what to do for silently downloading file without any warning.
by Yogesh_Kulkarni
- 9 Replies
- Last post
by Yogesh_Kulkarni
- Hi,
I have created a project in which i am downloading a new file extension type (.mcf). When I try to download it from internet explorer it give warning message. Warning message say's that this file is unknown. Then I register this file type by folder options>>file type>>new. This file is actually xml file. I am opening this file with my own .net exe. What to do
I want to downl
-
- 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
-
- IInternetZoneManager and questions about Type Libraries
by gbraux
- 4 Replies
- Last post
by PhilipRieck
- Hello,
I am trying to implement IInternetZoneManager Com Interface into my c# project to be able to programaticaly edit the "Require server verification (HTTPS) for all sites in this zone" checkbox in IE zones.
This Interface provide a SetZoneAttributes() Method that could help me to acheive this goal. But I don't find this class in my registry (Vista / IE7, even o
-
- how to get the curent url of iexplore process
by Paula Mansour
- 4 Replies
- Last post
by OmegaMan
- I want get the URL of the current iexplore
I can get the process using the folowing code
Process [] process = Process .GetProcesses();
foreach ( Process pr in process)
{
if (pr.ProcessName == "iexplore" )
// Her I want code to get the URL ,,, how
}
-
- IE7 protected mode hWnd problem
by MeniB
- 14 Replies
- Last post
by Jens Willebrand
- hello, i'm trying to get the hWnd of a IWebBrowser2 control. if i'm working on xp, everything is ok. but with Vista - things different. hWnd returned is not valid. (IsWindow - fails) any ideas why
It seems to me that because if you run iexplorer.exe in Protected mode, it runs ieuser.exe and it runs in its turn iexplorer.exe (with another Process ID). It seems that the hWnd is not of the second
-
- Rendering HTML content to a printer DC
by John Sudds - MSFT
- 1 Replies
- Last post
by John Sudds - MSFT
- Here's an interesting question from another forum:
-
- blank pages for a fraction of a second.
by giorgio79
- 0 Replies
- Last post
by giorgio79
- Hello Guys,
I am encountering this issue described in a blog and I am looking for resolution:
"With IE clicking links on a site to go from one page to another result in blank pages for a fraction of a second. It's normal that the actual content is replaced but the header, which remains the same all the time, shouldn't be blanked and replaced (resulting in flickering). Normally, if the p
-
- IE7 and issue with TrackPopupMenu(Win32) within ActiveX-control
by Sergei Dorogin
- 14 Replies
- Last post
by kubaiju
- Hello.
I have a trouble with calling win32-function TrackPopupMenu from ActiveX in new Interner Explorer 7 (RC1 and all betas).
The situation is:
I have some ActiveX-control - "MyPopupMenu". This control is being used to show context popup menu. To do it, it used win32 function from winuser.h. There's an issue with one of them - TrackPopupMenu.
Control has worked fine in IE6,
-
- How can I make this SPAN draggable?
by OpinionatedGeek
- 0 Replies
- Last post
by OpinionatedGeek
- Hi there,
I'm not sure if this is a good place to post this or not, so if you know somewhere more appropriate please let me know.
In a ContentEditable="true" region, you can drag an image to a different position. I have a SPAN tag I'd like to have that same behaviour.
It's probably easier to show you what I mean. This page (no spam or adverts, I promise) has an edit
-
- 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
-
- Default action not taken when using javascript to fire a click event in IE
by Jared Pinchot
- 2 Replies
- Last post
by Jared Pinchot
- I'm trying to automate Internet Explorer using javascript. I want to be able to tell IE whether or not to right/alt/ctrl/shift click an element on the page, so I'm creating an event object by calling document.createEventObject() and setting the appropriate values on the event object and then calling element.fireEvent. The problem is that if I call that method on either an anchor element or submit
-
- Getting an ActiveX control to install (newbie question)
by Judah
- 1 Replies
- Last post
by slickgoonie
- Hi guys,
Thanks for taking the time to read this post.
I've got an ActiveX control embedded in a web page:
Code Snippet <html><OBJECT id="myFoo" width="640" height="480" style="removed:absolute; removed:100;removed:100;" CLASSID="CLSID:f1387dda-43c0-4406-99a1-c1e0eaf1b5c8" codebase="http://blahblah/FooClientAxSetup.c
-
- printing problem
by rahul dev
- 0 Replies
- Last post
by rahul dev
- Hi,
I have one .net application that prints reports directly from the report server. when I try to print the report from my application it is working fine. but when i try to print that from the aspnet account(i.e from IIS) it is giving an error saying that "printer not installed" . Can any one help me in this
-
- Sample code to add new button to IE 7 tool bar
by Ramakrishna Neela
- 14 Replies
- Last post
by IECUSTOMIZER
- Could anyone help me in adding a new dropdown button to IE7 toolbar I'm new to this area. Any help would be appreciated .
-
- Making change in Security Settings of Internet Explorer
by IamWasim
- 1 Replies
- Last post
by Bruno Yu - MSFT
- I am developing a project which can enable or disable File Download. I have found it in Intenet Explorer's Security Settings options. But I don't know how to do it programmatically. I am using VB.NET and want to implement the same in it. Is there any method or class present to modify Internet Explorer Security Settings. Please help me out.
-
- IE7 RC1 hangs upon open - keeps trying to connect
by dfong
- 6 Replies
- Last post
by jellsys
- I just tried installing IE7 RC1 onto my computer. Symantec
anti-virus was disabled upon install. When I open up IE7, it
tries to connect, but freezes my system. Tab stuck in
Connecting... mode. The internet connection is set to Detect
Automatically and doesn't have a proxy sever. I was able to
connect previously when using IE6 and can connect without a problem
when using Mozilla browser.
-
- Prevent default action on a link in IE7.
by Adam D Martin
- 2 Replies
- Last post
by Adam D Martin
- Ok I am writing a WYSIWYG editor of sorts and using javascript with css to get things to appear different when selected. I have added in the ability to select multiple elements at the same time and the ability to remove 1 element from the group. I am using the shift key to add elements and the ctrl to remove them. This works just fine in Firefox and IE6. Now the problem comes from IE7 and tabbed b
-
- Invoking code in the IE's UI thread
by Pie
- 4 Replies
- Last post
by Pie
- I am writing a BHO for Internet explorer. At initialization, I start a new thread. At some point, in this thread, I want to execute a chunk of code in the main UI thread. I was wondering what is the best way to do this. (In other words.. I need to some sort of message to the UI thread, and I have to tell the UI thread that when you get that message, run my code. ) Thanks! - Pi
-
- enable 'click to activate' feature in IE 6.0 for embedded flash
by sh100
- 1 Replies
- Last post
by IECUSTOMIZER
- Hi,
I have internet explorer 6.0.
Other people who are testing this website I am working on are getting border around there flash image & they have to click to activate it.
Can I do same border display & message on my computer in internet explorer 6.0. Which IE 6.0 options I have to change or do I have to download any security patch or anything.
I am not willing to
-
- Use CSS Site Skins With IE7
by C26000
- 6 Replies
- Last post
by IECUSTOMIZER
- Hi, my problem is not exactly related with Extension development but I think that you can help me, my problem is that I want to implement CSS Skins in IE7 (skins for sites like deviantart, last.fm , facebook, etc ), but I haven't been able to do it without requiring the image uploaded in a webhost , and I really need this requirement since I'm planning to make th skins widely avaliable and I can'
-
- programming IE in Plaform SDK
by sanjaygupta
- 8 Replies
- Last post
by memfisto
- I need to write an application which changes the default look of Internet explorer. I am new to platform SDK. How should I start. Please suggest.
-
- IE6 doesn't send if-modified-header for images in cache
by sjjrbhz
- 0 Replies
- Last post
by sjjrbhz
- Hi,
We are wasting over 35GB montly in our intranet and extranet to send images to IE6. Our employees and clients use Windows XP. The server is a Windows 2003/ IIS6 box. The "check for newer versions" option was set to "Automaticaly"for IE6.
Using a network monitor we noticed that IE6 doesn't send the if-modified-header for images in the cache. So, the server keep