Hey, I've been working on a program for the past few hours getting back into the groove and am wondering how I could open a user's default browser up, navigate to the messaging section of clraik, and add a default user to send to as "Noxush" and the title to be "So and so title."

I tried:

Code:
System.Diagnostics.Process.Start("http://clraik.com/forum/private.php?do=newpm&recipients=noxush&title=Titlehere&message=messagehere")
But, it just automatically sends a blank message to myself, so how would I get it to not send the request but just fill in the proper data?