VB.NET App -> Intranet Log in Page

  • Thread starter Eric Rupp via .NET 247
  • 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?
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top