Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
WebBrowser1.Navigate("http://localhost/post.php", "_self", _
System.Text.Encoding.UTF8.GetBytes("p=1"), _[......]
