Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
Visual Basic .NET
VB.NET Youtube LIKE and DISLIKE Button classes Problem for VB.NET
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Tiana Jacobi" data-source="post: 4332" data-attributes="member: 223"><p>I have a nice tool for YouTube .... but one Problem: How is it possible to LIKE or DISLIKE a Video in the Webbrowser control. I do not find the correct classes to activate the button. The code for comments and send comment button is working...... but not like oder dislike... any ideas????</p><p></p><p>For Each altelm As HtmlElement In WebBrowser1.Document.GetElementsByTagName("BUTTON")</p><p>If altelm.GetAttribute("classname").ToString = "yt-renderer-button" Then</p><p>altelm.Focus()</p><p>altelm.InvokeMember("click")</p><p>End If</p><p>Application.DoEvents()</p><p>Next</p></blockquote><p></p>
[QUOTE="Tiana Jacobi, post: 4332, member: 223"] I have a nice tool for YouTube .... but one Problem: How is it possible to LIKE or DISLIKE a Video in the Webbrowser control. I do not find the correct classes to activate the button. The code for comments and send comment button is working...... but not like oder dislike... any ideas???? For Each altelm As HtmlElement In WebBrowser1.Document.GetElementsByTagName("BUTTON") If altelm.GetAttribute("classname").ToString = "yt-renderer-button" Then altelm.Focus() altelm.InvokeMember("click") End If Application.DoEvents() Next [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
Visual Basic .NET
VB.NET Youtube LIKE and DISLIKE Button classes Problem for VB.NET
Top