I’m coding in vb.net, and I haven’t in forever so I’m a little rusty now.
Question is, I want to be able to post data to a website, it can be anything as long as it can call the url (without being in a browser).
a url like
http://website.com/login.php?username=USERNAME&password=PASS&rememberme=1
WebClient class is the easy way to go.
Code sample from http://www.xtremevbtalk.com/showthread.php?t=158765