Navigating to a html page from Windows Application -


i have create native application device has windows ce 5.0 , having .net cf 2.0 installed in it. app has ip address of device , open html page ip address has passed using post method.

i able ip address , open page using process.start. using method(i can see value in address bar)

now how can post parameter page??

i using microsoft visual studio 2008 pro edition.

please help....thanks in advance

see blo article here: http://www.hjgode.de/wp/2009/06/14/mdiwatch2/

it shows how use post send data server (java servlet). code uses httpwebrequest , builds post stream.

in simpler form need use httpwebrequest , build special uri: http://msdn.microsoft.com/en-us/library/debx8sh9.aspx


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -