Guest User

Untitled

a guest
Jan 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. try
  2. {
  3. webBrowser1.Document.GetElementById("i0116").SetAttribute("value", textBox1.Text);
  4. webBrowser1.Document.GetElementById("i0118").SetAttribute("value",textBox2.Text);
  5. webBrowser1.GetElementById("idSIButton9").InvokeMember("click");
  6. }
  7. catch (Exception ex)
  8. {
  9. }
Add Comment
Please, Sign In to add comment