Pretty Dumb Question![Solved]
I have a dumb question. But I need the answer..
I've made a program that should login to a site. But, when I want my program to press the Log in button, it don't work :s
Here's the code:
Code:
wb.Document.All("Logg inn!").InvokeMember("Click")
"Logg inn!" is the value. Else there is just "submit" (input type), that didn't work either.. I've done this once before, then it worked with "Logg inn!"
Can I use another code?
btw. WB is short for webbrowser...
Anyone have any clue?
Webbrowser1.Document.GetElementByID("ID").InvokeMe mber("Click")