Re: Access web page without IEXPLORE.EXE



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]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx

"[Joe]" <Joe@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BBE496D7-2958-471A-B117-D7FC6D02F8B3@xxxxxxxxxxxxxxxx
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 .


.



Relevant Pages

  • HTTPWebrequest HTTP1.1 100 Continue
    ... I have written several vb.net routines using httpwebrequest/httpwebresponse ... Server: Microsoft-IIS/5.0 ... Cache-Control: no-cache ...
    (microsoft.public.dotnet.framework)
  • Re: Sending POST to a web page
    ... Have you looked at the WebClient, or the HttpWebRequest/HttpWebResponse ... you can set the Method to "POST" to post data to ... the server in the request. ...
    (microsoft.public.dotnet.languages.csharp)
  • Get a file from Web Server using WebDAV in .net
    ... to use HttpWebRequest/HttpWebResponse to get a file from the web server and ... server to our production server which is another 2K advanced server, ... bool deep = false; ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: sbs migration gurus
    ... know any other IT PROs who know SBS here. ... I could really only take the current production server offline late ... You mentioned that 80%+ of the swing ... migration involves installing SBS fresh on the new server? ...
    (microsoft.public.windows.server.sbs)
  • winforms vs webforms
    ... Rich Client PROS ... b.No application server coding needed; ... Rich Client CONS ...
    (microsoft.public.dotnet.general)