![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| ★ ★ ★ ★ ★ | This isnt really a bot but this will help you enter your codes faster if you have them in a list already. ![]() Would of made it enter codes by itself but it kept putting the complete code into the same box. Maybe i can finish it if someone could explain to me what to do to make it enter into each separate box. Hope This Helps you abit |
| | |
| Sponsored Links | |
| | #3 (permalink) |
| ★ ★ ★ ★ ★ | this is what i have so far Code: namespace WindowsFormsApplication1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
webBrowser1.Document.GetElementById("ctl00_DefaultContent_TextBoxTokenCode1").SetAttribute("value", textBox1.Text);
webBrowser1.Document.GetElementById("ctl00_DefaultContent_TextBoxTokenCode2").SetAttribute("value", textBox1.Text);
webBrowser1.Document.GetElementById("ctl00_DefaultContent_TextBoxTokenCode3").SetAttribute("value", textBox1.Text);
webBrowser1.Document.GetElementById("ctl00_DefaultContent_TextBoxTokenCode4").SetAttribute("value", textBox1.Text);
webBrowser1.Document.GetElementById("ctl00_DefaultContent_TextBoxTokenCode5").SetAttribute("value", textBox1.Text);
}
}
}
|
| | |
![]() |
| Tags |
| code, enterer, helper, microsoft, points |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FS microsoft points | billy96 | Sell/Trade Forum | 8 | 09-09-2008 09:15 AM |
| Microsoft Points :/. | Doom | Received In The Mail Today | 35 | 07-24-2008 12:51 PM |
| FS Microsoft points | cmputrkd | Sell/Trade Forum | 1 | 07-13-2008 06:05 PM |
| Url Enterer | shmo70 | General | 7 | 02-21-2008 04:27 PM |