Validating User Input in a Suite Project
Just as sometimes you want to let your users configure the software, sometimes you need to limit the choices they can make. Maybe you’re checking if they’re up too late by asking them to solve a trivial arithmetic problem. Or maybe it’s a matter of allowing them to continue only if they have a valid serial number. In this article, I’ll show how to do the first in a custom wizard page, using a custom DLL I create with Micro…