run a form for one time in a program
I need to know how to run a form for one time in a program (in first time that program run after installation )
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Leon PuthPosted Jun 9, 2014, 3:05 AM
or if your app uses a database you can use existing data layer to set same flag in a database table.
or move this form into its own app (.exe) and call that from the installer.
there are a number of ways each with its own complexity.