POST to webpage in vb.net (win forms, desktop, not ASP.net)
- by Jonathan
I have various php files which data is Posted to (like the password when the user signs in) How can I can I post to these php from vb.net (a desktop application that is Windows Forms, this is not about ASP.net)
thanks