TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Johnny Landmark
NA
1
1.3k
c# webrowser act on button click with getelementbyid
May 22 2014 2:33 PM
Hey i am trying to make a browser game bot, but i can't seem to get the program to click a "link" with getelementbyid :/ is should happen when i click a button.
here is the code:
private void button1_Click(object sender, EventArgs e)
{
var flyplass = webBrowser1.Document.GetElementById("flyplass");
webBrowser1.Document.GetElementById("flyplass");
flyplass.InvokeMember("Click");
}
Reply
Answers (
1
)
Finding maximum and minimum Value column wise in datatable
Upload photo to 500px.com OAuth using c# language