07-11-2008, 05:04 PM
Well, I dunno if you use a client side setup.ini file, but that's how I'd do it since I already use one to store options and the userame and password.
In the Setup.ini you could have something like:
FirstRun=Yes
or
FirstRun=1
Then check the ini for that value, If it's yes (or 1) then open the new form, then write to the ini "No" or 0 to prevent the form from popping up after that.
In the Setup.ini you could have something like:
FirstRun=Yes
or
FirstRun=1
Then check the ini for that value, If it's yes (or 1) then open the new form, then write to the ini "No" or 0 to prevent the form from popping up after that.