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
~2K People Reached
Favorite Forums

2 Posted Topics

Member Avatar for khan17

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]

Member Avatar for khan17
0
2K
Member Avatar for mohit.choudhary

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 …

Member Avatar for kvprajapati
0
120

The End.