-
- WebBrowser object use to find the width of a web page?
by JonEbersole
- 2 Replies
- Last post
by JonEbersole
- I am using the WebBrowser object that is part of the System.Windows.Forms.WebBrowser namespace in .NET. After navigating to my web page, I want to find out the width and height of what the web page data really is, not the width of my WebBrowser object. I can obviously set the WebBrowser object size to whatever I want.
I assume I should be using WebBrowser.Document.DomDocument somehow to find ou
-
- How to launch 32-bit browser from within 64-bit browser (like windows updates does)
by Kitz
- 2 Replies
- Last post
by Sharath Udupa - MSFT
- Hello,
When I run update.microsoft.com from a 64-bit browser on a 64-bit machine (XP64), it says
We need to open a 32-bit version of Internet Explorer
You can still install updates for your 64-bit version of Windows. However, you need to use a 32-bit version of the browser to view the website. Opening in: 7 seconds Open it now
and it opens and load
-
- Can't get IHTMLChangeSink::Notify to fire
by ClydeD
- 10 Replies
- Last post
by Vadim Yakovlev
- I'm writing a HTML editor application in C++/CLI based on IE7.0 using CHTMLEditView as an MFC base class. I'm a newbie to this technology although an old hand at programming. I'm trying to detect changes in the main document after I've set contentEditable=TRUE on several attributes and typed into them. To do this, I created a class that implemented IHTMLChangeSink and bound an object of the class
-
- XP Pro/IE7 Updates break script encoder output!
by Harvey_Birdman
- 14 Replies
- Last post
by ken_at_work
- I have a web site which contains pages with encoded client-side javscript code, and other pages which contain encoded server-side vbscript code. (The encoding was performed with screnc.exe, the script encoding utility.)
Since updating my desktop machine this month with the latest XP Pro updates and IE7, server-side VBScript encoded scripts won't run. (The server environment is 2K3Server Standar
-
- IE7.0 csh htm# run command
by reid@xdata
- 0 Replies
- Last post
by reid@xdata
- I have searched vigorously, but must be asking the wrong question. We have hundreds of applications with a command like: help.htm#context_sensitive_position.htm that worked fine under IE6.0 but IE7.0 strips the trailing command. Is there a setting in IE7.0 that will allow it to perform like IE6.0, or is there a new run command that IE7.0 will accept to refer content along with the default page
-
- "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
-
- IE 6/7 not displaying my h1, h2, h3 correctly - fix?
by KB46
- 7 Replies
- Last post
by KB46
- Hello
Been trying forever to get this css issue fixed on IE 6/7...Wondered if you could help me. My h1, h2, h3 are being read incorrectly by IE 6/7 though every other browser both PC/Mac work great...if you go to (or ANY page you choose from this site map)
http://www.iwics.com/Company/siteMap.shtml
and see the title "Company" upper left, above the left menu nav bar,
-
- Upload file via IE on server without FTP??
by smiley2211
- 1 Replies
- Last post
by ArranNyc
- I have to upload files directly from web browser(internet explorer) to some
directory on my FTP server,
pls help me
-
- IE7, OE6 Printing problems with headers
by Rozee
- 14 Replies
- Last post
by Tony Gore
- Having an intermittent problem printing To: From: CC: Subject: Attachments: headers on emails. Usually happens with larger emails or emails with large attachments or emails that have been replied to or forwarded from other people. Have installed Generic/text printer and sent the email to this printer but sometimes the headers are still missing even printing this way. I have if I open the offending
-
- IE and WinForms Application architecture question
by teradon
- 0 Replies
- Last post
by teradon
- Hi Forum,
I'm developing a system composed of the following layers
Client Apps (more than likely using AJAX)
Interactive Client (interactive access to read-only data (searches) and message posting, will run in kiosk mode)
Alert Client (read-only access to data through RSS)
Admin Client (full-access)
Server (WebService WSDL)
Business Objects
Database
My question is
-
- Implementing a custom download manager - DownloadUI registry value.
by JBT3000
- 10 Replies
- Last post
by ComputerWhiz
- I am trying to implement my custom download manager in IE 6. However, I can't seem to get IE to recognize the DownloadUI registry value I entered. I have a setup project in my solution that registers my assembly with vsdraCOM and I took the CLSID from the assembly information screen in my project properties (the COM interop project is seperate from the rest of the application). I have 'Make Assemb
-
- Add-on Reader for IE
by Michael Scott at eBiz
- 4 Replies
- Last post
by Sdi
- I am trying to create a reader live the Adobe Reader that is a windows form displayed inside IE7 by clicking on a link for a pdf. I have an internal site that uses a special encryption that need to work like Adobe's reader but without it being outside the browser window. Any ideas or links to information. I think I will have to use URL Monikers but I have not seen an example to use a windows custo
-
- 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
-
- XMLHttpRequest not sending data to server
by Tom Medhurst
- 2 Replies
- Last post
by Tom Medhurst
- Hi
I am working on a large enterprise sy stem, and have run into a problem whereby all ajax calls stopped working. To test this I wrote t he following code:
request = new XMLHttpRequest() request.open("POST", " http://host/app /httphandler.ashx arg1=foo", false,  
-
- Difference between IE and ActiveX windows
by EliMLi
- 9 Replies
- Last post
by Sdi
- I found that there is a subtle difference between html page in IE (IE7) and in a ActiveX window ( ATL - CAxWindow). For example in IE the default buttons are slightly rounded while in ActiveX - rectangular; the default input fields in IE have got solid borders, in ActiveX - the border is 3D. Is it any possibility to make an activex window that looks exactly like IE
-
- IE 7 display blank page on refresh when viewing session enabled PHP pages served from IIS 6!!
by estrip
- 14 Replies
- Last post
by Lance Kujala
- Pages using PHP sessions and external javascript in the head portion of the html document and which served from IIS 6 to IE 7 are not refreshing properly (displays blank on refresh). I have a full description of it here including the minimal source to create the error. Description, source and work arounds that may shed light on the problem: http://durge.roswellpark.org/ie7Bugs/ I think it has to
-
- System.Windows.Forms instead of ShDocVw namespace
by victor.sauermann
- 1 Replies
- Last post
by Mattias Sjogren
- Hi everybody!
I'm just creating a BHO in C# and use until now the ShDocVw namespace and the WebBrowser interface of this namespace.
I have the IObjectWithSite interface like the following:
[
ComVisible ( true ),
InterfaceType ( ComInterfaceType . InterfaceIsIUnknown ),
Guid ( "FC4801A3-2BA9-11CF-A229-00AA003D7352" )
]
public interface IObjectWit
-
- Save Recordset to CSv File
by dmouser
- 5 Replies
- Last post
by dmouser
- I am tryeing to save recordset result in csv file ...but getting error INternet explorer can not download xxx.asp from localhost.Internet Explorer was not able to open this internet site. the requested site is either unavailable or can not be found please try again later. ReturnResult functions returns comma delimited string .
My code is as Follows
dim CurrReportName:CurrReportName=server.
-
- IE Tabs
by Jandost Khoso
- 3 Replies
- Last post
by IECUSTOMIZER
- Hello, Can anybody tell me how can i retrieve IE opened tab's title Actually in IE 6.0 for every new windows session is lost. although same applies to new window in IE 7 but in new tab session is unchanged so if a user opens a new tab he/she has same session. What i want is to restrict user to open a link in new tab (if it is already opened). Thanks in advance
-
- http://runonce.msn.com/runonce2.aspx ---> Error on page ---> Done
by Valmir Passero
- 14 Replies
- Last post
by David Hundeby
- Anybody can help me!
What I have to do, for save my settings right now
-
- IWebBrowser2::Navigate2 with navOpenInNewWindow being blocked by popup blocker
by ohadp
- 5 Replies
- Last post
by G Back
- The GoogleBar's popup blocker is blocking my calls to Navigate with the flag navOpenInNewWindow I'm opening a page due to a user's request, so it's funny that he gets this dialog. Is this normal behavior with IE7/GoogleBar or is there a way to avoid the blocker
-
- get_Document returns NULL in IE7
by RameshK
- 14 Replies
- Last post
by RameshK
- Has anyone seen this behavior In IE7, when get_Document is called on IWEBBrowser2, it returns NULL. Basically, I am doing the following in the OnCreate of the explorer bar (my explorer bar is based on an HTML control): CAxWindow wnd(m_hWnd); HRESULT hr = wnd.CreateControl(IDH_HTML_SPLASH1); CComPtr<IDispatch> pHtmlDispatch; CComPtr<IHTMLDocument2> pHtmlDocument; h
-
- Developing IE toolbar
by GovindRao
- 3 Replies
- Last post
by crisp-x
- Hi All,
I want to know it is feasible to develop a IE toolbar using C#.net.If any one knows please let me know.
thanks
Govind
-
- Toolbar does not hiding when launching IE7 using vbs
by Ashek
- 1 Replies
- Last post
by Lance Leonard
- My Web Application that launches IE uses the following simple VB script to hide toolbar..
Set objIE = WScript.CreateObject("InternetExplorer.Application","objIE_")
objIE.StatusBar = True objIE.ToolBar = False objIE.MenuBar = False
It has worked for IE 5.5., 6.0 ...so I am wondering why it is not hiding the toolbar for IE7
-
- ASP.NET menu control - background
by fire bLade
- 3 Replies
- Last post
by ChrisHotMail
- How can I customize ASP.NET menu control to use images as background