Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~389 People Reached
Favorite Tags
Member Avatar for Eleqtriq

I was wondering if anybody knows how to uncheck a checkbox in a web browser using VB.NET? I Using the code .SetAttribute("checked", "true") will check a checkbox but using "false" will not uncheck it. I really need to figure this out, does anybody have any ideas?

Member Avatar for jugosoft
0
85
Member Avatar for Eleqtriq

Well I'm currently creating an application that will subscribe to youtube channels that you are interested in. I run a check to first see if you are already subscribed to the channel, but I sometimes receive an alert box saying you are already subscribed. I couldn't leave this bot on …

0
52
Member Avatar for Eleqtriq

What's up, I've been working with document.getelementbyid lately and I've created a code to comment on a Youtube video: [CODE]WebBrowser1.Document.GetElementById("comment").SetAttribute("value", "comment here") WebBrowser1.Document.GetElementById("add_comment_button").InvokeMember("click")[/CODE] Anyway, I was wondering how I would rate a video?

0
48
Member Avatar for Eleqtriq

Hello and thanks for reading. I am having a bit of trouble figuring out how to collect a piece of information from a web page. Here is the web page I want to retrieve the information from: [url=http://itemdb-rs.runescape.com/results.ws?query=green+dragonhide]RuneScape - The Number 1 Free Multiplayer Game[/url] I would like to retrieve …

Member Avatar for kvprajapati
0
204