I am trying to write a program to dynamically create WPF forms. Is it possible to create XAML file and make .NET framework load them automatically?
I don't know if this is a really dumb question, but I was wondering that it might save me the burden of writing code to create them automatically.