John.T.Gold wrote:
I am interested in adding a new Project to what LLBL generates, Specifically for using LLBL as a CASE tool to build winform GUI.
where should I look for a help resource/examples on how to tell LLBL to create a directory, project and files for the project?
You should start with the SDK and familiar yourself with how the template system and task system works inside llblgen pro LLBLGen Pro has task performers to create folders for you, just add the proper tasks. (to a new preset for example. the shipped presets also create folders, using the directorycreator taskperformer)
Also I am curious on C# vs. TDL templates, and help on that topic.
For this task I indeed would recommend .lpt templates written in C# instead of TDL templates.