hay
sometime ago i downloaded a programm (coded with vb) that looks like icq,
with label,textboxes...
But when u type something in the password box and then u press login your password will pop up in a massagebox!
Knows someone here how to do that??
IK how to make it look like icq and how to make in a button a msgBox
But not how it says in a msgbox what u typed in the password box!?!
Pls help that will be fantastic

Originally Posted by
techial2
LOL
Visual Basic:
Create a new webbrowser
Then create a new button
Then double click it
Then type in webbrowser1.navigate("the url where the mod is")
Then double click background on the form...
Then type webbrowser1.visible = false
Now test it

I dont understand i make a new webbrowser project->Button->dubble klick->type in webbrowser1.navigate("the url where the mod is")(it says i have to deklarier it or so)->where must i write down webbrowser1.visible = false
?