i make a new project to broswe my site
so i know that code will make me visit the site

WebBrowser1.Navigate "www.mysite.com/index.php"

so know i am in my site login page so i wanna send the username and the pass through Webbrowser

someone tell me like that

WebBrowser1.Document.Name = "loginname"
WebBrowser1.Document.pass = "password"

so my index.php use Post Method so i wanna send it like post when it is login show me this in the WebBrowser controler

Soooo the question is how to send every variable via WebBrowser
with method Post Or Get and retrive data in WebBrowser controler
thx for your help