Serial Number Implentation

pedro_cesar

Member
Joined
Jun 9, 2009
Messages
6
Location
DR
Programming Experience
1-3
I was looking around in the forum and couldn't find much about it.

I need to implement an installation that prompts for a key and then checks it against a list of keys. I would like to code it in VB instead of C++ (which seems to be the preferred language for the task).

I already added the needed UI ("Customer Information") to the setup project to prompt the user for a password and now need to validate it.

You may assume that I have the list already in a array, that I know how to compare a variable storing the key with the array and that I understand how the maskedEntry works for formatting the key to be typed.

Therefore I only need (hopefully) to get the typed password and store it in a variable.
 
Back
Top