Wicked-One
Jan 7th, 2001, 09:37 PM
Okay, I am trying to make a program that will complete a form on the internet automatically for me. My question is how do i check a radio button?
I am completing the forms by using this format:
WebBrowser1.Document.Forms(0).First_Name.Value = "name"
I get an error when i try to use this with a radio button, can someone please help?
I am completing the forms by using this format:
WebBrowser1.Document.Forms(0).First_Name.Value = "name"
I get an error when i try to use this with a radio button, can someone please help?