473,405 Members | 2,187 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

VB.NET app: Forms.WebBrowser and IE version dependency

mrmiffo
Hi,

Language: VB
Dev. environment: VS2005 Express Edition
OS: WinXP
Browser: IE7

I developed an application containing a WebBrowser object not visible to the user.
JPG, SWF and HTML files are loaded into the object and I'm grabbing the image of it for printing. Works great on systems that have IE7 but on machines that have IE6 installed, the grabbed image always comes out blank. Updating to IE7 on the problem machines makes them stop failing. Good, I thought...
New problem: the customer needs it to work with IE6 due to their internal regulations.

What I'd like to know, is if A) this is a known bug for IE6 or if B) it's just the fact that I'm using IE7 on the developing machine that makes the application depend on IE7?
If B is true, I gather it should help compiling the application on a machine that has IE6...?


Best regards and thanks for any input regarding this.

/Mr Miffo
Mar 26 '08 #1
4 2220
Plater
7,872 Expert 4TB
I would guess that it has to do with option "B".
The webbrowser control seems to just wrap the underlying IE .DLLs, if the user only has "DLL version 6" instead of "DLL version 7", there could be some issues.

I think the only thing you can do it find a system that ONLY has IE6, and install VS on it and re-compile/build the project and test it in there.
I don't think using a system that has both IE6 and IE& (if that's even possible) will work since it will likely take IE7 by "default"
Mar 26 '08 #2
balabaster
797 Expert 512MB
Could you grab the active-x component for IE6 off one of those machines and dump it on your development box? Create the reference by browsing to the OCX/DLL file in question. There may be a whole bunch of other dependencies that may cause issues though... It might turn out being easier to install VS on a box that only has IE6 and compile it in that environment. Only one way to find out ;)
Mar 26 '08 #3
Thanks guys, I'll try both solution suggestions and get back with the result.

Best regards,

/mrmiffo
Mar 31 '08 #4
Could you grab the active-x component for IE6 off one of those machines and dump it on your development box?
Well, I think I could... if I knew which file to grab... feel kind of stupid here. Been trying to find out on Microsoft.com, but fell asleep after browsing 9 miles of text... ;-)

Any idea of which file I should look for?


Best regards,

/mrmiffo
Mar 31 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Tim Haughton | last post by:
I've just released an article on using Test Driven Development with C# and Windows Forms. GUI's are often difficult to test, so I thought it might be of interest. The article along with the...
5
by: Richard Mintz | last post by:
Hi, I am trying to deploy a C# application to a Windows 2000 machine. When I try to run the app after the install i get a runtime error. the setup works on both XP and windows 2003 server...
2
by: Randall Arnold | last post by:
I'm creating a VB 2005 Express app that hosts the webbrowser control. Everything works well except one area: the Navigating event. In that event, I need to evaluate the URL property of the...
5
by: jeremy | last post by:
I have an ASP.Net 2.0 application running on Windows Server 2003. The application displays properly in Internet Explorer, however, when I use a browser control embedded in a .net form, I get an...
4
by: Dave Calkins | last post by:
I have a native Win32 C++ app built with Visual Studio 2005. I'd like to make use of a property grid control in this app. For an example of this, in Visual Studio, see the properties control...
2
by: Qiang | last post by:
Hi, Anybody knows how to convert an instance of SHDocVw.WebBrowser to System.Windows.Forms.WebBrowser? Or is it possible? thanks, Qiang
1
by: Joe | last post by:
HI Trying to figure out the difference between these 2 browser I am embedding a MS office Document (Word/Excel) in a WebBrowser on a Form With AxSHDocVw I can do the following to save the...
1
by: avanti | last post by:
Hi, I want to have XP style controls in my C# app. I created the manifest file in my app folder that looks like this. <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <assembly...
3
by: John | last post by:
Hi I have replaced an ms access app with its vb.net version at a client site. Now the clients keeps complaining about how slow the app response is. The complains they have are for example when...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.