Back in my VB6 days I used the following code to transfer some info from my
app to a webpage. The code looked like this:
ShellExecute 0&, "open",
"
http://www.mycompsite.com/registration.asp?UserName=ux&Company=cx&LockingCode=sx"
What would I need to do in vb.net 2005?
Thanks