I am trying to understand app-ception (lol). What if I wanted to make an App, apply a bunch of settings such as label names or combo box names, then based on those settings, it essentially "creates" another app based on those settings? What is the best means to accomplish this?
For Example: If I wanted to create an app that contained 1 button that emails a report. The first thing I want to do, is let the user open, provide an email, then "Compile" an app that will only email the user email originally provided, and leave no trace of the original app.
What are the means of doing something like this? Such as A form destroys itself from an EXE (But I dont think thats possible?)
For Example: If I wanted to create an app that contained 1 button that emails a report. The first thing I want to do, is let the user open, provide an email, then "Compile" an app that will only email the user email originally provided, and leave no trace of the original app.
What are the means of doing something like this? Such as A form destroys itself from an EXE (But I dont think thats possible?)