-
- unwanted white space in table in IE7
by SParker1
- 10 Replies
- Last post
by james_monks
- I can't seem to get rid of the extra few pixels of white space at the bottom of each table cell that contains an image. The page displays how I want it in Firefox: http://i20.photobucket.com/albums/b243/parsophie/firefox_page.jpg but the problem only occurs in IE: http://i20.photobucket.com/albums/b243/parsophie/ie_page.jpg I have tried adjusting heights, padding, margins etc. values, but I haven'
-
- Changing the IE Messenger settings.
by Gavin.Connolly
- 0 Replies
- Last post
by Gavin.Connolly
- It always irritated me how Internet Explorer had a link to Windows Messenger, but that it was always the somewhat rubbish basic version that came with the Operating System. I have modified the registry on my machine in a somewhat simple fashion, and one else can too to make the links in the browser use Windows Live or MSN Messenger instead. This works for IE5+ I believe.
First, open the run
-
- 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
-
- SetSite not called... sometimes... help!
by Dan Morris
- 3 Replies
- Last post
by Henri Hein
- I'm drowning in this bug that I just can't figure out... I have a BHO that I've been using happily on several machines for a while. I've tested primarily under XP Pro w/IE7. All is well. In fact it seems to work under Vista and IE6 as well. But on _some_ machines that appear to be configured just like other machines I've tested on (XP Pro, IE7), I can register and enable the BHO just fine (I know
-
- How do I test for IE6?
by Bluesman
- 5 Replies
- Last post
by Reza Nourai - MSFT
- While testing a site I created recently in a local cyber cafe I found that it was doing peculiar things in IE6. It was created in IE7. I have tried to download the IE6 SP1 (the only download that seemed relevant) from this site but my current installation prevented it.
How can I test my page for IE6 Is there a version of IE6 that I can download while my current installation of IE7 remains a
-
- Why IE7 has seperate history locations from protected mode off and on
by Harvijay
- 0 Replies
- Last post
by Harvijay
- Hi,
I am reading about enhancements done in IE7 and what developers must know from several days. The information which came is that IE7 mainatins seperate history and temporary internet files for protected mode off (medium/high IL) and ON (low IL). I haven't got any concrete answare for that but here are 2 reasons i feel and which i just wanted to confirm...
Allowing common fold
-
- ActiveX in C#, how to implement IAuthenticate for the browser hosting ActiveX control
by Donatas
- 0 Replies
- Last post
by Donatas
- I have a working implementation of IAuthenticate in C# that works with WebBrowser control. Implementation takes a reference to webBrowser.ActiveXInstance and does the rest. Question: How can I get a reference to equivalent ActiveXInstance object from ActiveX control written in C# running in Internet Explorer. Here is the scenario I am trying to achieve:
Open a webpage listing some u
-
- 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
-
- Updating the BHO installed as ActiveX (using inf file)
by Alexey Petuschak
- 0 Replies
- Last post
by Alexey Petuschak
- My BHO is packaged to a cab file along with accompanying .inf, as most of the ActiveX installers do. On the web page which installs my BHO, I'm using the object tag to have the BHO downloaded and extracted: <object classid="clsid:6E1CBEC2-762E-4840-964B-1F2F36D107F1" codebase="XXXXXXXXXXXX.cab#version=1,0,0,3" name="XXXXXXXXXXXX_object" height=0 width=0></obj
-
- 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
-
- How to get html code in C# from webBrowser before it get submit to the Server ?
by alexbartell
- 3 Replies
- Last post
by Avi29
- I have a Windows app in C#/ VB with webBrowser control in it in which the web page is being displayed. When the user enteres his address information and hit "Submit" button, I want to get that whole data/info entered by user before it is sent to the server (post is being used to send data to server). Is there an event in WebBrowser which gets fired when the html data is sent to the Serve
-
- 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
-
- Still another report on this...
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
-
- JavaScript Detect browser close IE 7
by bcny
- 14 Replies
- Last post
by jd31068
- We have an application that logs into a system, we need to trap when a user may close the browser with the (X). In IE6 we can do this succesfully with the following code
In body tag
onUnload = "handleBrowserClose();" function handleBrowserClose() { if (screenTop > 9999) { //handle logout event } }
Unfortunetly since IE7 the screenTop now actually contains the actually val
-
- Is there a way to retrieve the URL from the Internet Explorer address bar programmatically?
by Ian_E
- 5 Replies
- Last post
by AssafKoren
- My goal is to build a little "companion" application that can be used alongside Internet Explorer to squirrel away web addresses and store addtional information "about" the content at a given address. I do not want to build a web browser into my application.
I would like to know if there's an easy way to grab the URL from the address bar in the current window in the acti
-
- IE7 won't accept my cookie
by Timon Christl
- 5 Replies
- Last post
by Timon Christl
- I'm currently trying to figure out why IE7 won't accept my cookie (used to persist a session ID). The cookie is correctly sent with subsequent requests by Firefox and Opera, but not by IE7. This is what fiddler shows as the headers of a first request: GET / HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/xaml+xml, application/vnd.m
-
- Can I build an IE extension/add-on?
by h4RuN
- 1 Replies
- Last post
by mduray
- Hi;
Can I build an IE extension/add-on using C# So, how is it I want to blur images on web pages with Javascript.. Or else Pls, very very important.
Thanks for interest..
-
- Showing a WebBrowser only after it displays a document
by jxh
- 1 Replies
- Last post
by Sheng Jiang (?κΙ)
- I use the WebBrowser ActiveX control (in C++) to display locally generated HTML, by writing the HTML directly into the document with IHTMLDocument2::write. For the user experience, I have to hide the control until the document has rendered successfully.
Currently I use HTMLDocumentEvents:: onreadystatechange to detect that the readyState has changed to "complete", then scan all el
-
- clientHeight
by Sevi
- 1 Replies
- Last post
by Xogede
- When calling for the clientHieght it returns 0. When using
document.body.clientHeight;
Whilst clientWidth returns the client width. Has anybody got any way of finding the heigh of the users window, only the actual body document, that will work cross browser aswell.
Thanks
Sevi
-
- Closing IE in C#
by XXChester
- 5 Replies
- Last post
by Bortecin
- Hello I am writting a little project to just learn the more hidden features of c#. Things like your systems current statis ect.
The thing I am stumped on and cannot seem to find anywhere how to do it is to obtain an instance of the Internet Explorer windows open on the current machine and then close them. If anyone has any idea how to do this or even the namespace to look it would be greatl
-
- IE7 on Windows Vista Business Edition
by UncleZen
- 14 Replies
- Last post
by UncleZen
- Hi all,
I have bin experiencing some problems with IE7 on Win Vista Business Edition.
I seems like web pages that contain flash animations are not displayed properly. Here are the images of the MS Home page:
http://unclezen.com/Documents/ie_maximized_window.gif http://unclezen.com/Documents/ie_maximized_window_w.gif
Interestingly enough this is how the same page looks when the same wi
-
- How to get IE running instances from windows service
by AlekseiL
- 2 Replies
- Last post
by AlekseiL
- I'm trying to create a windows service application which is intended to collect an information about all urls visited by users.
I can connect to IE running instance when my application and IE are launched as the same user (by using something like this:
ShellWindowsClass shellWindows = new SHDocVw. ShellWindowsClass ();
foreach (SHDocVw. InternetExplorer ie in shellWindows)
{
-
- IE7 InternetExplorer.Application object issues?
by Scott McBurney
- 2 Replies
- Last post
by All In
- I have a VB6 app that uses the InternetExplorer.Application object to open a browser window. It works fine with IE6.
With IE7, when I call the Navigate method and pass it a URL (in this case it is an https:// URL), an IE7 window appears and the tab on it says "connecting...". Then a second IE7 window appears, and it opens the web site that I want.
Any idea why two IE7 windows are o
-
- Getting Started
by TimmayB
- 2 Replies
- Last post
by TimmayB
- Hi,
I have been looking around sites to see how to program extensions and such, but I am not actually making one as of yet--I am just researching it so that I can prepare to make one.
I just have one question if anybody wants to help me out. It would be greatly appreciated!
Q: How does the Internet Explorer Add-on communicate with the web page For instance, can it act like a normal web pa
-
- we are having looping problem in javascript(this issue occurred in IE7 only)
by somachalandhar
- 1 Replies
- Last post
by IECUSTOMIZER
- Load method checks for changes in the value of global variables, if so, it calls the Initconfig to reload the config value.
Initconfig () method reinitializes the global variable value and reloads(by calling location.reload()) the home page.
In IE7, while loading the html it updates security details which affects global variable value and Thus again Initconfig () method calle