Hi,
I want to inherit my forms from XAF forms and building new design on them.
How can ı create my own entry form and use it in my windows application.
And, Can ı change Main Form which creates automatic with my own Main Form.
thanks.
If you really want to inherit your form from XAF forms (like MainForm, LookupForm), then nothing prevents you from doing this. Simply add a new form to your project by using context menu Add > Windows Form... in Solution Explorer.
Then derive this form from the existing template:
//...
I have attached a complete sample illustrating this approach.
If you wish to just customize an existing template (without inheriting), please refer to the How to: Customize a Template and Template help topics. It may be helpful for you.
- How can I replace the navbar with a treelist?
- How to implement own Web action container?
Thank you very much...