E
Eric Rupp via .NET 247
I am looking to have a VB.NET app capture loging information and pass it to a website log in if the users want to access our intranet site (using that same login info).
I am looking for a way to pass the info from the VB.Net app to the browser window.
So far I have tried:
1. Creating a cookie but it doesn't seem to 'link' to the website and IE ignores it.
2. Using Sendkeys to 'tab' through the fields but this is very flaky.
Any ideas?
I am looking for a way to pass the info from the VB.Net app to the browser window.
So far I have tried:
1. Creating a cookie but it doesn't seem to 'link' to the website and IE ignores it.
2. Using Sendkeys to 'tab' through the fields but this is very flaky.
Any ideas?