Hi Ben,Is that all there is? (Ignorance is NOT bliss).
If I understand correctly, the two layers of inheritance you suggested can be implemented like this: Create a Solution that produces a couple of DLLs with the first level of inheritance. Then, in the Application Solution include a couple of projects that define the second level of inheritance (DLLs) which are in turn the ones used by the apllication itself.
While we are talking about this, I am not sure if the "Templates" that one uses to create items to add to a project, for example "SF Maintenence Form", are classes that you can later modify and cause all modifications to be inherited by items based on the "template" (as it would be the case with VFP classes), or real templates that are simply copied and become starting points for you to modify. Can you clarify this point, please?
Thank you very much,
Alex
I am not sure what you are asking for here. Are you referring to the inherited business layer and UI controls? If so, this would be what you would create on your side:
Public Class MyInheritedTextBox
Inherits MicroFour.StrataFrame.UI.WIndows.Forms.Textbox
End Class