PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms Abstracting and recreating forms

Reply

Abstracting and recreating forms

 
Thread Tools Rate Thread
Old 25-06-2003, 08:23 AM   #1
Paul
Guest
 
Posts: n/a
Default Abstracting and recreating forms


Hi all,

I am trying to build a client-server app that must have configurable forms.
I haven't done this sort of thing before, so would appreciate some input.

The client will have a MDI UI.

What I want to achieve is to create winforms on the client based on data
retrieved from the server. I.e., I want to design forms in a seperate app,
"abstract" the forms and "publish" it on the server to be used by the
client. The info passed to the client must include info like form size,
colours, controls (with the respective controls' properties) etc.

In other words, how can I abstract a Winform in one app, and later use that
abstracted info to create the same form in a new app at runtime.

Anyone know of examples or articles?

Thanks in advance!

Paul


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off