Hi,
Please, explain more about what you need.
Do you need a Web Form Design or Desktop Form Design like Automato ?
A "run time" is more complicated and not very flexible.
What I did in Automato ?
(1) Create a Domain Application Specification using xml notation. Here is a simple project :
<Package id="my project">
<Form id = "my form">
<Code id="code">
<![CDATA[
private void myBtnClick(object sender, EventArgs e)
{
}
]]>
</Code>
<Button id = "mybutton1" Click="myBtnClick"/>
</Form>
</Package>
(2) Automato can read and design you Application without Visual Studio
(3) Automato validate, compile and generate all elements that a VWG application need to run
(4) Automato have a "server engine" that work together with VWG Server Engine.
Now :
(0) You can create a complete VWG application without Visual Studio.
(1) Customers can full customize your applications.
(2) You can syncronize applications more easy.
(3) You can create specific modules for your customer needs without "lock" your main project.
(4)...and more..
As you can see in the video Automato administrate many elements ( Data, Forms, Menus, Code, Resources, etc..). You can too add new "Automato Element".
Regards,
Alexnaldo Santos