Oh, the pics wouldn't show, so i edited that, and another vs coming up.
EDIT:
Its there now.
Anti-leech? People can just open a .NET Dissasembler and find the string to match the boxes.
Lol. Pfft. SSHHHHHHH
BTW. WHILE MAKING THIS I ACCIDENTALLY TYPED RUST INSTEAD OF REST LOL >.<
MY BAD.
thought we couldnt have login forms?
No that's for games and sites. He is making just for a project.
Code:
If LoginTextBox.Text = "mylogin" Then
If PassTextBox.Text = "mypass" Then
MsgBox("Login Sucess")
else
MsgBox("Wrong Pass")
end if
else
Msgbox("Wrong Login.")
End if
It's Visual Basic, not visual basics. I'm looking it over now.
Approved...
Originally Posted by Liz
Approved...
LOL woops, I finished looking at it then forgot to hit approved, failz0r
Simple, nice.
What's the difference between:
And
Process.Start("mpgh.net")
Originally Posted by Fuko
Simple, nice.
What's the difference between:
And
Process.Start("mpgh.net")
One uses cmd, the other is a wrapper class of the .NET framework. Process.Start is better IMO, though both work for this example.
Originally Posted by cgallagher21
No that's for games and sites. He is making just for a project.
oh gotcha cheers
Originally Posted by Jason
One uses cmd, the other is a wrapper class of the .NET framework. Process.Start is better IMO, though both work for this example.
yeah but process.start("http:blalbalbal") is simple and easyer i used this way xD