Would it possible to have a form when you start a program that asks a username and password. Then the information sent to a server analised and compared to a database for approval to then show another form which then lets you use the program?
so basically you start xyz.exe
then your asked for : user / pass --> TCP/IP to private server --> interfaces with Mysql database --> finds the user / pass submitted --> then unlocks the program to let you use it.
I think the idea is feasble but would it possible to have this work with a MYSQL db? or maybe should it just wok with a text file.
What do you guys think?