Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Runtime Forms Designer
Message
From
23/07/2009 03:22:02
 
 
To
22/07/2009 16:07:06
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01413783
Message ID:
01413896
Views:
63
>Hi All,
>
>Anyone ever come across any good articles/documentation on how to implement a runtime form designer in .net?
>
>I need to give my user the ability to modify/build forms at runtime.
>
>Ideally using .net 2.0 or above.

I'd look at WPF for this - the entire layout and content of a form is described using XML (including databinding if required). You'd just need some code to allow the dropping and sizing of components at 'design time' and the final layout can then be stored as XAML for future use.
Previous
Reply
Map
View

Click here to load this message in the networking platform