I am thinking of designing some base forms for our project. How did you (MicroFour) create a StrataFrame category/project type and install form templates (IE: Strataframe Windows Application, StrataFrame Business Object Library).
These forms will be based on the standard Strataframe form. However I am curious too about if we have access to the code (we have the source) of these framework forms. I would like to see how you handled items such as Primary Form business object, etc.
Thanks!
Ben
Once you create your template and have it packaged up in the ZIP file, then you will need to install it. The easiest way is to call the devenv.exe with the /setup command. So get out of all VS instances and then run this:
That will install the template into the Visual Studio environment. There are many books and articles on the web regarding this topic. This is just a very basic explanation and will require some effort on your part in order to actually implement this. It isn't hard, it is just learning to do it the first time and then it is all down hill after that
Thank you for taking the time to provide me with the basics. This looks like it is going to be a project within itself!
Take care.