Use the HTTPWebRequest class instead of the browser control. You will have
more control over what you want to do.
http://msdn2.microsoft.com/en-us/library/8y7x3zz2(en-US,VS.80).aspx
HTH
________________________________________
Mark Arteaga
.NET Compact Framework MVP
http://www.opennetcf.com | http://blog.markarteaga.com
> Hello,
>
[quoted text clipped - 4 lines]
>
> Thanks for your help!
chad - 31 Jan 2006 04:11 GMT
Mark,
Thanks so much for your help, it works great! I have another question
how do I handle SSL communition? I'm using the example below:
http://www.codeproject.com/csharp/HttpWebRequest_Response.asp
I posted a request for the SSL code but I have not got a response.
Thanks
Chad
Sergey Bogdanov - 31 Jan 2006 13:01 GMT
See this example:
http://www.sergeybogdanov.com/samples/SSLFileDownloadVB2k5.zip
--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com
> Mark,
>
[quoted text clipped - 8 lines]
>
> Chad
chad - 31 Jan 2006 16:48 GMT
Sergey thinks for the sample code! I was wondering do you have that in
C#?
Thanks For your Help!
Chad
Sergey Bogdanov - 31 Jan 2006 20:28 GMT
Initially it was written for a reply to VB.NET related question. It's
not hard to convert to C#. Just use VB.NET to C# converter, like this one:
http://www.carlosag.net/Tools/CodeTranslator/Default.aspx
--
Sergey Bogdanov [.NET CF MVP, MCSD]
http://www.sergeybogdanov.com
> Sergey thinks for the sample code! I was wondering do you have that in
> C#?
>
> Thanks For your Help!
>
> Chad
chad - 31 Jan 2006 21:00 GMT
Very Cool thanks for the Help!