473,698 Members | 2,182 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Change URL of IEXPLORE Process

Hi,
In my application I started a Process using ProcessStartInf o supplying
it parameters iexplore.exe and a URL. I am trying to reuse the same process
by supplying it with a different URL. After assigning a new ProcessStartInf o
object created with a New URL I am trying to refresh the Process. This
action is not refreshing the Internet Explorer with the new URL. Please let
me know if there is a way to change the URL of an existing IEXPLORE process
so that the browser displays the new web page.

Thanks ,
Srinivas

Nov 21 '05 #1
4 2460
No i dont think so, not using a process instance. Generally if you want to
manipulate IE programmaticall y yo use the navigate event of
AxSHDocVw.AxWeb Browser.

Maybe you need to look into how your booting IE. If there is no specific
need to be starting it via a process.start command then id suggest your
using the wrong class to achieve your goal.

Ian

"Srinivas" <Sr******@discu ssions.microsof t.com> wrote in message
news:BC******** *************** ***********@mic rosoft.com...
Hi,
In my application I started a Process using ProcessStartInf o supplying
it parameters iexplore.exe and a URL. I am trying to reuse the same process by supplying it with a different URL. After assigning a new ProcessStartInf o object created with a New URL I am trying to refresh the Process. This
action is not refreshing the Internet Explorer with the new URL. Please let me know if there is a way to change the URL of an existing IEXPLORE process so that the browser displays the new web page.

Thanks ,
Srinivas

Nov 21 '05 #2
"Srinivas" <Sr******@discu ssions.microsof t.com> schrieb:
In my application I started a Process using ProcessStartInf o supplying
it parameters iexplore.exe and a URL. I am trying to reuse the same
process
by supplying it with a different URL. After assigning a new
ProcessStartInf o
object created with a New URL I am trying to refresh the Process. This
action is not refreshing the Internet Explorer with the new URL. Please
let
me know if there is a way to change the URL of an existing IEXPLORE
process
so that the browser displays the new web page.


<URL:http://dotnet.mvps.org/dotnet/code/net/#IEReuseWindow>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #3
Perfect. That solves my problem. Thanks a lot.

Srinivas

"Herfried K. Wagner [MVP]" wrote:
"Srinivas" <Sr******@discu ssions.microsof t.com> schrieb:
In my application I started a Process using ProcessStartInf o supplying
it parameters iexplore.exe and a URL. I am trying to reuse the same
process
by supplying it with a different URL. After assigning a new
ProcessStartInf o
object created with a New URL I am trying to refresh the Process. This
action is not refreshing the Internet Explorer with the new URL. Please
let
me know if there is a way to change the URL of an existing IEXPLORE
process
so that the browser displays the new web page.


<URL:http://dotnet.mvps.org/dotnet/code/net/#IEReuseWindow>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #4
Perfect! This solves my Problem. Thanks a lot.

Srinivas

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:eT******** ******@tk2msftn gp13.phx.gbl...
"Srinivas" <Sr******@discu ssions.microsof t.com> schrieb:
In my application I started a Process using ProcessStartInf o supplying
it parameters iexplore.exe and a URL. I am trying to reuse the same
process
by supplying it with a different URL. After assigning a new
ProcessStartInf o
object created with a New URL I am trying to refresh the Process. This
action is not refreshing the Internet Explorer with the new URL. Please
let
me know if there is a way to change the URL of an existing IEXPLORE
process
so that the browser displays the new web page.


<URL:http://dotnet.mvps.org/dotnet/code/net/#IEReuseWindow>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 21 '05 #5

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

Similar topics

10
7436
by: Vilmar Brazão de Oliveira | last post by:
HI people, what is wrong in the code bellow to kill iexplore.exe process after processing my page?? '»»Before comes routines to access data base and to send email. Set objWshell = Server.CreateObject("WScript.Shell") objWshell.Run "%COMSPEC% /C kill iexplore.exe", 0, TRUE VILMAR BRAZIL
0
546
by: Ronen | last post by:
Hi All, I am running a client against a web application installed on a remote server written in C# which involve infragistics for GUI . The .NET framework I use is from version 1.1.4322 and we use the following Infragistics components: * WebSchedule Component Version: 1.0.20033.6 * UltraWebTree and UltraWebMenu components Version: 3.0.20033.8 * UltraWebListbar component Version: 2.0.20033.8
3
3725
by: Ronny Sigo | last post by:
Hello all, I have made a button in access which opens iexplore and directs it to a certain website. I have use a piece of code written by Dev Ashish. So far so good. But now I need to know how I can programmatically close iexplore again.... Does anybody have ideas? Many thanks, Ronny
1
3144
by: Simon | last post by:
Hi all, I recently posted about an issue I was having which no-one could help with, but I have researched some more and have discovered something very strange... I have a C# dll in the GAC and registered for COM Interop. This I know for sure has no memory leaks etc. as a simple test page can load, use and then dispose of the object without a problem.
5
1299
by: Nadav Popplewell | last post by:
Hi everybody, I've got a web application where I need to join several strings, some of which are read from a dbase and display then IN the order they are joined. I.E. I want to display "Hello {USERNAME}, How are you doing?" ({USERNAME} is read from dbase). Now the problem is that the strings around the {USERNAME} should be in hebrew, and the USERNAME can be either hebrew or english or mixed. Because of the BIDI algorithm if the string...
1
1851
by: =?Utf-8?B?W0pvZV0=?= | last post by:
Hi, I build an application that get a command from user and send it to server, but I'm using Internet Explorer for that as following : psi = new System.Diagnostics.ProcessStartInfo("IEXPLORE.EXE"); psi.Arguments = "http://xxx.xxxx.60.3/webdialer/Webdialer?destination="+this.mytestBox.Text.Trim()+"\""; pros =new System.Diagnostics.Process(); pros.StartInfo = psi;
2
2045
by: yasothap | last post by:
am developing a project in vb.net. In that am using a following java script function to run an exe. <script language="javascript" type="text/javascript"> function opennotepad() { var sh=new ActiveXObject("Wscript.Shell"); sh.Run("iexplore.exe"); window.close(); } </script>
0
1121
by: =?Utf-8?B?bm9yZm9sa2c=?= | last post by:
I hope someone can help and tell me if I have a trojan or not. I have a one year old computer and am careful with virus etc, always running Norton, but for the past couple of weeks especially on a Sunday/Monday my cpu has been running at 98% on iexplore.exe I have done a scan and even paid money for norton to remotely sort it, only they couldn't gain access and only caused explorer to close..... I have read the threads and have just...
0
2349
by: AAaron123 | last post by:
V2008 recent projects shows 2 iexplore If I click on either of them it shows iexplore.exe in the solutions window. Properties show the file to be C:\Program Files\Internet Explorer\iexplore.exe I look in C:\Program Files\Internet Explorer\ and see both a iexplore.sln and a iexplore.suo file there. I know it is a bother but I'd appreciate it if you would look into
0
9156
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9021
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8892
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8860
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7716
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5860
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4365
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2327
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
1998
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.