Quote Originally Posted by jmcilhinney View Post
I have attached a VS 2008 project that demonstrates logging into a WinForms app by validating against a database. An Access database (MDB format) with three existing users is included in the project.

Note that the login form contains code to validate using a Data Source and code to do it all manually. There is a Boolean constant that can be toggled to change which gets used. I added a scalar query to the TableAdapter in the designer to provide the validation functionality.
Any chance you could convert this to vb I tried using an online converter but it keeps giving me an error

thnaks