Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

force user validation for windows app not web

Status
Not open for further replies.

GooGoocluster

Technical User
May 12, 2005
71
US
I want to make an application that forces users to login using windows credentials when they use the application on public computers.

In our network we have personal and public computers. I would like when ever some one were to use this public computer with a public login to force them to use there own rather then the public login.

example:

if user = "publicUser" then
'code to force login
else
'code to use the login that is validated
end if

The problem is I don't the code to force the login, and then forums I have searched talk about adjusting the web browser settings. Can this be done for a stand alone application?

PS I am moving from VBA to VB 2005 so I am trying to learn as I go.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top