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.
16 posts Page 1 of 2
Contributors
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Code'N'Stuff forum poster
MrAksel
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.
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
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Code'N'Stuff forum poster
Agust1337
Hmm looks nice, but why can't I hit post :?
Top-notch casual Dating
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Code'N'Stuff forum poster
MrAksel
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
User avatar
code it
VIP - Site Partner
VIP - Site Partner
Posts: 821
Joined: Sun Oct 10, 2010 3:02 pm

Re: Code'N'Stuff forum poster
code it
I think CodexVideos made this but good job cooll;
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Code'N'Stuff forum poster
Codex
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
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
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Code'N'Stuff forum poster
MrAksel
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
GoodGuy17
Coding God
Coding God
Posts: 1610
Joined: Mon Sep 07, 2009 12:25 am

Re: Code'N'Stuff forum poster
GoodGuy17
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.
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Code'N'Stuff forum poster
MrAksel
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
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Code'N'Stuff forum poster
Codex
Make webbrowser1 navigate to CodenStuff.com/forum/home.php, and add this code to button1_click event
Code: Select all
Private 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
Textbox1 = username
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
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Re: Code'N'Stuff forum poster
Usman55
Wow CodexVideos. I never knew it is possible to control websites. I think we can make similar stuff for Facebook.
Image
16 posts Page 1 of 2
Return to “Work in Progress”