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
Post a Comment