Posting Projects seem to be Dumb
, so i am posting the full tut
...1st download VB express edition 2008 then open new project and then from toolbar draw following -:
7 Textboxes
1 Button
1 Webbrowser
name these Textboxes From Their Properties windows as -:
vik-->the textbox to make string
..and set its visible value to hidden 
fn--> First name
ln-->last name
no-->number
e1-->email
e2-->d
pass--> password
and then change there text properties respectively

To navigate to the signup page , Double click on the button and Put this Code --> WebBrowser1.Navigate("https://www.google.com/accounts/NewAccount?continue=http%3A%2F%2Fwww.orkut.com%2FRedirLogin.aspx%3Fmsg%3D1&service=orkut&hl=e
This will take us to the sign up page by clicking the button
..now the coding part of how to fill the form .. For that , Double Click on the Webbrowser and Write this Code -->vik.Text = WebBrowser1.Url.ToString()
If vik.Text = "https://www.google.com/accounts/Ne
WebBrowser1.Navigate("javascript:va
End If
If vik.Text = "https://www.google.com/accounts/CreateAccount?continue=http://www.orkut.co
WebBrowser1.Navigate("https://www.g
End If
If vik.Text = "http://www.orkut.com/Terms.aspx?mo
My.Computer.FileSystem.WriteAllText(&
My.Computer.FileSystem.WriteAllText(&
no.Text += 1
WebBrowser1.Navigate("javascript:do
end if
if vik.Text = "http://www.orkut.com/EditSummary.a
WeBrowser1.Navigate("javascript
end if
if vik.Text = "http://www.orkut.com/Home.aspx&
WeBrowser1.Navigate("http://www
end if
if vik.Text = "http://www.orkut.com/Home.aspx&
Webbrowser1.Navigate("https://w
End If
the first code will make a string of the textbox with the url of the webbrowser so that the soft can execute a js on a particular link

U R done With The Coding Part

now build the app and close and save the project ..

then go to the location where the project is saved and then bin --> Release and See there the .exe app lies

thats ur app

njoi .

credits vix
This entry was posted
on Friday, June 27, 2008
and is filed under
Orkut,
profile maker,
tutorial,
vb .net
.
You can leave a response
and follow any responses to this entry through the
Subscribe to:
Post Comments (Atom)
.

2 comments