Code'N'Stuff forum poster
Here is the place to post images, videos and downloads of your current and upcoming applications that you are working on.
Usman55 wrote:Wow CodexVideos. I never knew it is possible to control websites. I think we can make similar stuff for Facebook.I was working on something similar for facebook, but then i quit the project.
Don't forget if it helped +rep

We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
Codex, i know what code to use. But its not working, i have tried to have the webbrowser control visible so i can see the changes when the code executes. Nothing is happening
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

MrAksel wrote:Codex, i know what code to use. But its not working, i have tried to have the webbrowser control visible so i can see the changes when the code executes. Nothing is happeningI had a mistake in my code, use this one:
Code: Select all
If WebBrowser1.DocumentText.Contains("Hello Guest, welcome to the site.") Then
WebBrowser1.Document.GetElementById("prime_login_username").SetAttribute("value", TextBox1.Text)
WebBrowser1.Document.GetElementById("prime_login_password").SetAttribute("value", TextBox2.Text)
If WebBrowser1.Document.GetElementById("prime_login_username").GetAttribute("value") = TextBox1.Text Then
WebBrowser1.Document.GetElementById("login").InvokeMember("click")
End If
End If
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
I have the right code, it worked in September in another application and I use the same code now, it's not working
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!
![Image]()
![Image]()
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;
Over 30 projects with source code!
Please give reputation to helpful members!

MrAksel wrote:I have the right code, it worked in September in another application and I use the same code now, it's not workingTry and compare it to my program -> viewtopic.php?f=71&t=4921
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
Copyright Information
Copyright © Codenstuff.com 2020 - 2023