473,407 Members | 2,306 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,407 software developers and data experts.

Internet Explorer Question - Please help

Hi All,

I have an .html file which I have to Launch from my C# application. I want
to open Internet Explorer and show that .html file in it. Can anyone please
suggest how to do this?

Thanks for your time

Regards
Anand Ganesh


Nov 15 '05 #1
3 1359
hi anand,

System.Diagnostics.Process p = new System.Diagnostics.Process();
p.StartInfo.FileName = "iexplore";
p.StartInfo.Arguments = "www.google.com"; //or your html file path and
filename
p.Start();

hope this helps

--
gani
pls visit http://thedeveloperscorner.com.ph


"Anand Ganesh" <an**********@hotmail.com> wrote in message
news:OB**************@tk2msftngp13.phx.gbl...
Hi All,

I have an .html file which I have to Launch from my C# application. I want
to open Internet Explorer and show that .html file in it. Can anyone please suggest how to do this?

Thanks for your time

Regards
Anand Ganesh


Nov 15 '05 #2
hi anand,

System.Diagnostics.Process p = new System.Diagnostics.Process();
p.StartInfo.FileName = "iexplore";
p.StartInfo.Arguments = "www.google.com"; //or your html file path and
filename
p.Start();

hope this helps

--
gani
pls visit http://thedeveloperscorner.com.ph


"Anand Ganesh" <an**********@hotmail.com> wrote in message
news:OB**************@tk2msftngp13.phx.gbl...
Hi All,

I have an .html file which I have to Launch from my C# application. I want
to open Internet Explorer and show that .html file in it. Can anyone please suggest how to do this?

Thanks for your time

Regards
Anand Ganesh


Nov 15 '05 #3
Thanks a lot gani. This really helps.
"gani" <a@a.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
hi anand,

System.Diagnostics.Process p = new System.Diagnostics.Process();
p.StartInfo.FileName = "iexplore";
p.StartInfo.Arguments = "www.google.com"; //or your html file path and
filename
p.Start();

hope this helps

--
gani
pls visit http://thedeveloperscorner.com.ph


"Anand Ganesh" <an**********@hotmail.com> wrote in message
news:OB**************@tk2msftngp13.phx.gbl...
Hi All,

I have an .html file which I have to Launch from my C# application. I want to open Internet Explorer and show that .html file in it. Can anyone

please
suggest how to do this?

Thanks for your time

Regards
Anand Ganesh



Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: MilanB | last post by:
Hello Need to create Windows Control that will be used within Internet Explorer (like ActiveX before). The propose of this control is to implement Internet Explorer interface IAuthenticate. ...
11
by: Wendy | last post by:
Hello, I have a program that does the following: When a user clicks on a row in a VB.NET datagrid, it will open a web page in Internet Explorer (that corresponds to that item in the selected row...
2
by: Yuv | last post by:
Hi, When one of my users are navigating my ASP website, and click on submit type button to move from Page1.asp to another ASP page, Page2.asp, they are getting message like "Internet explorer...
9
by: Etayki | last post by:
Hi! I am new to VB.net and I am using the Visual Basic 2005 Express Edition I have two questions: 1. I am trying to write an application that will automate Internet Explorer and store data...
28
by: Neo Geshel | last post by:
NOTE: PAST EXPERIENCE HAS SHOWN ME THAT MANY ON USENET FAIL TO READ ARTICLES PROPERLY PRIOR TO ANSWERING. I AM LOOKING FOR VERY SPECIFIC INFORMATION, THEREFORE PLEASE READ AND UNDERSTAND...
0
by: jlackyashdya | last post by:
hi, i m developing a xml based image gallery. i wrote code for generating thumbnails using loader component. its working fine locally. but when i upload it , In Mozilla firefox browser its working...
4
by: eschneider | last post by:
I get the following error when trying to browse the .asmx. I get the same thing when trying to add a reference. using .NET 2.0 There is no error message. Any ideas? Thanks,
2
by: swethak | last post by:
Hi, I am getting the problem the problem with google map in Internet Explorer. This map worked fine in mozilla . When i opened the same map in Internet Explorer i am getting the error...
2
by: scdowney | last post by:
First and foremost, thank you in advance for any attempts to help me out. I am working on a project with work, and it requires I use CSS selectors to locate elements within a webpage. For the...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.