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 2 of 2
Contributors
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
Great one CodexVids! 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
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 :D
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
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
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

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

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

Re: Code'N'Stuff forum poster
Codex
MrAksel wrote:
I have the right code, it worked in September in another application and I use the same code now, it's not working
Try 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
16 posts Page 2 of 2
Return to “Work in Progress”