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
bugmenot bugmenot
NA
0
967
Command webbrowser
Nov 11 2011 1:03 PM
I can not fix the error anyone can help me?
..
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace test
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
webBrowser1.Navigate(" http://www.httpsurf.com/ ");
//the debugger tells me that the error in this line
webBrowser1.Document.GetElementById("url").InnerText = textBox1.Text;
webBrowser1.Document.GetElementById("go").InvokeMember("Click");
}
private void textBox1_TextChanged(object sender, EventArgs e)
{
}
}
}
Reply
Answers (
5
)
Beginner problem
How to draw a tree graph