如何点击我的c#程序中的外部按钮?

时间:2013-04-19 06:47:42

标签: c# browser proxy

我有一个注册帐户的网络浏览器,

在程序中我放了5个网络浏览器,每个人注册一个帐户,并将其URL复制到文本框,所以我有5个文本框,我把

  if (textBox2.Text == textBox1.Text && textBox4.Text == textBox1.Text && textBox5.Text == textBox1.Text && textBox6.Text == textBox1.Text && textBox7.Text == textBox1.Text)
  {
   // what is the code or the way i must do it here to click a button in external program   like photo ?
  }

对于合法的事情,这是一个游戏,并且有一个免费的服务器,所以你可以做到这一点,重点是节省时间。
谢谢你们 。

enter image description here

0 个答案:

没有答案