Hi all.
I have programmed in C++, but I am new to VB. I have a question that feels silly, but I need to ask for your help.
I am writing an app that I want to navigate out to a web page (not showing it the user), get the form to create an account, then programmaticall y enter values into those form fields and Submit the form.
I think conceptually it should get the Form elements and pull them in, then I can cycle through them, filling in the info from my database...
Any ideas how to do this? You don't have to give me step by step code or anything - though I won't turn it down! ;)
Thanks, Gang.
~Your VB Newbie Friend Kim
I have programmed in C++, but I am new to VB. I have a question that feels silly, but I need to ask for your help.
I am writing an app that I want to navigate out to a web page (not showing it the user), get the form to create an account, then programmaticall y enter values into those form fields and Submit the form.
I think conceptually it should get the Form elements and pull them in, then I can cycle through them, filling in the info from my database...
Any ideas how to do this? You don't have to give me step by step code or anything - though I won't turn it down! ;)
Thanks, Gang.
~Your VB Newbie Friend Kim
Comment