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

Access web page without IEXPLORE.EXE

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;
pros.Start();

My question is how can I do the same :
"http://xxx.xxxx.60.3/webdialer/Webdialer?destination="+this.mytestBox.Text.Trim() +"\"";

without using IEXPLORE.EXE ?
xxx.xxxx.60.3 is my server IP .
Mar 28 '07 #1
1 1837
Are you trying to get the results of the call to that URL? If that is
the case, then you will want to use the HttpWebRequest/HttpWebResponse
classes in the System.Net namespace.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"[Joe]" <Jo*@discussions.microsoft.comwrote in message
news:BB**********************************@microsof t.com...
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;
pros.Start();

My question is how can I do the same :
"http://xxx.xxxx.60.3/webdialer/Webdialer?destination="+this.mytestBox.Text.Trim() +"\"";

without using IEXPLORE.EXE ?
xxx.xxxx.60.3 is my server IP .

Mar 28 '07 #2

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

Similar topics

4
by: Jenni | last post by:
Hi, A quick question. I have been battling with this code all morning, please help. Here is the code Dim fPath1 As String Dim fPath2 As String fPath1 = "C:\Program Files\Microsoft...
12
by: VMI | last post by:
For some reason, the process of retrieving data (about 20 records) from an Access table that has 400K records to a dataTable is taking over 3 mins. to complete. Below is my code to connect to the...
3
by: Steve | last post by:
The string in registry is "rundll32.exe C:\Program Files\INTERN~1\hmmapi.dll,OpenInboxHandler" After opensubkey and getregistry, I got "rundll32.exe \"C:\\Program...
6
by: Mike Fellows | last post by:
when i click a button i want to open the machines default web browser to a specific page how do i do this? Regards Michael Fellows
0
by: JeffJones176 | last post by:
Hello All: I am very new to multi-threaded programming and have a need (I think) to write an application that uses multi-threaded pages. My scenario follows: My business has multiple...
2
by: HenHouse | last post by:
Hi all; I have an interesting challenge for you all... I have a Contact Details form in my DB that contains all the usual stuff. But inevitably sometimes all the information we have for a client...
2
by: Miguel | last post by:
Hello, I need to call an asp twice a day and I want to do it with an scheduled task. The matter is that I want no Internet explorer window to be opened. I do not need to see anything in the...
0
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...
1
by: ilario santamaria | last post by:
hello loading a page in webbroser, try a link and click, you open the pagita everything ok Private Sub caricapagina(ByVal nomesito As String) Try WebBrowser1.Navigate(New Uri(nomesito))
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
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.