No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
You can try this: [CODE]# private void button1_Click(object sender, EventArgs e) { webBrowser1.Navigate("http://xxx/login.aspx"); [COLOR="Red"]button2.PerformClick();[/COLOR] } private void button2_Click(object sender, EventArgs e) {[/CODE]
Hello Everybody, Iam not able to figure out why iam getting the following error: [COLOR="Red"]Error 1:[/COLOR]Only assignment, call, increment, decrement, and new object expressions can be used as a statement [COLOR="Red"]Error 2:[/COLOR] Invalid Expression term '=' [COLOR="Red"]Error 3:[/COLOR] ; expected Iam only trying to append "1" to string m_strTime. [CODE]public …
The End.
mohit.choudhary