INC PINOY PROGRAMMER

Monday, January 23, 2012

VB.NET Sample Login Application with History Report

Here's my Login Sample with History Report:

In this example it has a function to 
save the user's input every time he/she
log in to this application.

And every user who log to this application,
by the time they will login again, they see
the textbox will generate other user's name
by filtering letter to AutoCompleteText, but it's only in the
first textbox for the username and not in the
password ^_^

And it has a Printing report of all who login
to this application.


Source Code:




For some other Question just comment here ^_^
Thanks!! 

3 comments:

  1. how to get the Public ConString As String = ("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & My.Settings.AppDB) ??? thanks

    ReplyDelete