Question Rate A Youtube Video?

Eleqtriq

New member
Joined
Jan 23, 2010
Messages
4
Programming Experience
1-3
I posted this in the wrong section previously sorry. Anyway, I'm using this code to comment on a youtube video
VB.NET:
WebBrowser1.Document.GetElementById("comment").SetAttribute("value", "comment here")
WebBrowser1.Document.GetElementById("add_comment_button").InvokeMember("click")

But how would I rate a youtube video?
 
Back
Top