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

Home Posts Topics Members FAQ

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.Diagnost ics.ProcessStar tInfo("IEXPLORE .EXE");
psi.Arguments =
"http://xxx.xxxx.60.3/webdialer/Webdialer?desti nation="+this.m ytestBox.Text.T rim()+"\"";

pros =new System.Diagnost ics.Process();
pros.StartInfo = psi;
pros.Start();

My question is how can I do the same :
"http://xxx.xxxx.60.3/webdialer/Webdialer?desti nation="+this.m ytestBox.Text.T rim()+"\"";

without using IEXPLORE.EXE ?
xxx.xxxx.60.3 is my server IP .
Mar 28 '07 #1
1 1850
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.co m

"[Joe]" <Jo*@discussion s.microsoft.com wrote in message
news:BB******** *************** ***********@mic rosoft.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.Diagnost ics.ProcessStar tInfo("IEXPLORE .EXE");
psi.Arguments =
"http://xxx.xxxx.60.3/webdialer/Webdialer?desti nation="+this.m ytestBox.Text.T rim()+"\"";

pros =new System.Diagnost ics.Process();
pros.StartInfo = psi;
pros.Start();

My question is how can I do the same :
"http://xxx.xxxx.60.3/webdialer/Webdialer?desti nation="+this.m ytestBox.Text.T rim()+"\"";

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
8063
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 Office\Office\EXCEL.EXE" fPath2 = "C:\Documents and Settings\jenniferr\My Documents\Generic
12
7584
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 DB and query the table. The table "audit" primary key is "Line". Another weird thing (but I guess that's another post) is that, while it's doing the dataset Fill, my PC is slowed done substantially. But I don't know why that would happen since...
3
2609
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 Files\\INTERN~1\\hmmapi.dll\",OpenInboxHandler" Is there anyway I can get the string exactly in registry without escape character?
6
1390
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
1165
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 databases, multiple websites, like a franchised business, and multiple branches that go to each website (22 branches for one website, 2 for another, etc.).
2
1581
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 is their first name and last name and often the URL of their host institution. So I thought I'd do a bit of automation. I've placed a command button labelled Find Me! on the Contact Details and this calls Internet Explorer. (is there a more elegant...
2
5744
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 page. This ASP page just executes an DB actualization, so it just have to be run. Do you know how can I call the page without calling: iexplore.exe http://www.mydomain.com/mypage.asp
0
2348
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
1
1769
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
8598
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9152
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
8856
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...
1
6515
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5858
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
4360
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...
0
4613
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3037
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
1997
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.