VB.NET App -> Intranet Log in Page

  • Thread starter Thread starter Eric Rupp via .NET 247
  • Start date Start date
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?
 
Eric, Hi!

What I gather, is that youre trying to implement functionality similar or
perhaps inherent in MS Passport, right?
Have you considered using their SDK?

Ravindra Ramouthar
 
Back
Top