Technology and Online Community For All
welcome JOIN US NOW AND FEEL THE DIFFERENCE headbang
Technology and Online Community For All
welcome JOIN US NOW AND FEEL THE DIFFERENCE headbang
Technology and Online Community For All
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Technology and Online Community For All

What You See Is What You Get
 
HomeGalleryLatest imagesSearchRegisterLog in
May 2024
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
262728293031 
CalendarCalendar
Latest topics
» Uniblue PowerSuite
TUT for Login Website and Post Using your Own Application Icon_minitimeMon Apr 09, 2012 7:27 pm by BlitzKrieG

» Ova Drive Hider
TUT for Login Website and Post Using your Own Application Icon_minitimeFri Mar 02, 2012 8:48 am by CodeWarrior

» Ova Folder Security
TUT for Login Website and Post Using your Own Application Icon_minitimeMon Feb 27, 2012 5:06 pm by CodeWarrior

» SPSBox
TUT for Login Website and Post Using your Own Application Icon_minitimeSun Feb 26, 2012 4:24 am by CodeWarrior

» Norton [all here]
TUT for Login Website and Post Using your Own Application Icon_minitimeThu Feb 23, 2012 8:01 am by BlitzKrieG

» OvaSystemSolution CVRS System
TUT for Login Website and Post Using your Own Application Icon_minitimeSat Feb 18, 2012 6:06 am by CodeWarrior

» Avril Lavigne - Smile
TUT for Login Website and Post Using your Own Application Icon_minitimeSat Jan 28, 2012 7:14 am by ^PiNKHeRMioNe

» Hot N Cold- Katy Perry
TUT for Login Website and Post Using your Own Application Icon_minitimeSat Jan 28, 2012 7:11 am by ^PiNKHeRMioNe

» America's next top model (All Stars) Lisa D'Amato
TUT for Login Website and Post Using your Own Application Icon_minitimeSat Jan 28, 2012 6:55 am by ^PiNKHeRMioNe

Search
 
 

Display results as :
 
Rechercher Advanced Search
Who is online?
In total there are 2 users online :: 0 Registered, 0 Hidden and 2 Guests :: 1 Bot

None

Most users ever online was 265 on Wed Sep 22, 2021 9:02 pm
Top posters
trekyboy
TUT for Login Website and Post Using your Own Application Vote_lcap2TUT for Login Website and Post Using your Own Application Voting_bar2TUT for Login Website and Post Using your Own Application Vote_rcap2 
BlitzKrieG
TUT for Login Website and Post Using your Own Application Vote_lcap2TUT for Login Website and Post Using your Own Application Voting_bar2TUT for Login Website and Post Using your Own Application Vote_rcap2 
ZNABiRA
TUT for Login Website and Post Using your Own Application Vote_lcap2TUT for Login Website and Post Using your Own Application Voting_bar2TUT for Login Website and Post Using your Own Application Vote_rcap2 
EDI`STEALTH
TUT for Login Website and Post Using your Own Application Vote_lcap2TUT for Login Website and Post Using your Own Application Voting_bar2TUT for Login Website and Post Using your Own Application Vote_rcap2 
*B o R g Z
TUT for Login Website and Post Using your Own Application Vote_lcap2TUT for Login Website and Post Using your Own Application Voting_bar2TUT for Login Website and Post Using your Own Application Vote_rcap2 
SHY
TUT for Login Website and Post Using your Own Application Vote_lcap2TUT for Login Website and Post Using your Own Application Voting_bar2TUT for Login Website and Post Using your Own Application Vote_rcap2 
CodeWarrior
TUT for Login Website and Post Using your Own Application Vote_lcap2TUT for Login Website and Post Using your Own Application Voting_bar2TUT for Login Website and Post Using your Own Application Vote_rcap2 
^PiNKHeRMioNe
TUT for Login Website and Post Using your Own Application Vote_lcap2TUT for Login Website and Post Using your Own Application Voting_bar2TUT for Login Website and Post Using your Own Application Vote_rcap2 
RaiJin
TUT for Login Website and Post Using your Own Application Vote_lcap2TUT for Login Website and Post Using your Own Application Voting_bar2TUT for Login Website and Post Using your Own Application Vote_rcap2 
chaotic`
TUT for Login Website and Post Using your Own Application Vote_lcap2TUT for Login Website and Post Using your Own Application Voting_bar2TUT for Login Website and Post Using your Own Application Vote_rcap2 
Statistics
We have 239 registered users
The newest registered user is Hellraiser666

Our users have posted a total of 948 messages in 662 subjects

 

 TUT for Login Website and Post Using your Own Application

Go down 
AuthorMessage
CodeWarrior
Code Master
Code Master
avatar


Join date : 2011-12-20
Male Posts : 22

TUT for Login Website and Post Using your Own Application Empty
20111228
PostTUT for Login Website and Post Using your Own Application

Basic TUT for Login Website and Post Using your Own Application

1. Open Your VBNet 2005 or 2008 or 2010 gamit ko 2010
2. Create New Project
3. Select Window Form Application
3. You Need to Add 3 TextBox, 2 Buttons and 1 Browser

Watch this Video



Code:

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        If Button1.Text = "Log In" Then
            WebBrowser1.Document.GetElementById("navbar_username").SetAttribute("value", (TextBox1.Text))
            WebBrowser1.Document.GetElementById("navbar_password").SetAttribute("value", (TextBox2.Text))
            Dim allelements As HtmlElementCollection = WebBrowser1.Document.All

            For Each webpageelement As HtmlElement In allelements

                If webpageelement.GetAttribute("tabindex") = "104" Then
                    webpageelement.InvokeMember("click")
                End If
            Next
        Else

            Dim page As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("input")
            For Each log As HtmlElement In page
                If log.GetAttribute("value") = "log_out" Then
                    log.InvokeMember("click")
                End If
            Next

        End If
    End Sub

    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
        WebBrowser1.Document.GetElementById("vbshout_pro_shoutbox_editor").SetAttribute("value", (TextBox3.Text))

        Dim allelements As HtmlElementCollection = WebBrowser1.Document.All

        For Each webpageelement As HtmlElement In allelements

            If webpageelement.GetAttribute("value") = "Shout" Then

                webpageelement.InvokeMember("click")
            End If
        Next
    End Sub
Back to top Go down
Share this post on: reddit

TUT for Login Website and Post Using your Own Application :: Comments

No Comment.
 

TUT for Login Website and Post Using your Own Application

Back to top 

Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
Technology and Online Community For All :: Technical Support :: Programming Related :: Visual Basic 6/VB.NET-
Jump to: