Abstracting and recreating forms

P

Paul

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top