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.
Well, you can say i stole this idea. But i dont remember who made it first, i think it was CodexVideos. Anyway, i've made another one. With this one, you can post in ALL of the forums on codenstuff, soon. Well you can post, but i havent made the login yet. I have logout and post, but not login! Ill fix it soon, so just test how it loads the ALL forums and topics!
I dont have a screen but it will be free.
I dont have a screen but it will be free.
You do not have the required permissions to view the files attached to this post.
Last edited by MrAksel on Wed Jan 05, 2011 6:54 pm, edited 1 time in total.
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!

Hmm looks nice, but why can't I hit post :?
Agust1337 wrote:Hmm looks nice, but why can't I hit post :?Because, your not logged in so i disabled the post button until ive added that, takes half an hour so just wait
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!

It was me who made one, it wasn't just a idea, but i never released it... Anyways good job cooll;
I will be fixing some small bugs and release it even though i said i quit VB
By the way he is called Agust not August
I will be fixing some small bugs and release it even though i said i quit VB
By the way he is called Agust not August
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
OH Sorry! Well, for some reason the login code doesent work for me :S got some suggestions?
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!

I remember seeing a code to login using something like GetElementByID a while back. Search it up with the search box and find that post and you're good to go.
Thats what im using, and it dont works.
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!

Make webbrowser1 navigate to CodenStuff.com/forum/home.php, and add this code to button1_click event
Textbox2 = password
I have tested the code right now.
I can give you a working app if you want.
Code: Select all
Textbox1 = usernamePrivate Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
WebBrowser1.Document.GetElementById("username").SetAttribute("value", TextBox1.Text)
WebBrowser1.Document.GetElementById("password").SetAttribute("value", TextBox2.Text)
If WebBrowser1.Document.GetElementById("prime_login_password").GetAttribute("value") = TextBox2.Text Then
WebBrowser1.Document.GetElementById("login").InvokeMember("click")
End If
End Sub
Textbox2 = password
I have tested the code right now.
I can give you a working app if you want.
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
Wow CodexVideos. I never knew it is possible to control websites. I think we can make similar stuff for Facebook.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023