Re: letting users make controls



I would half to say yes, Since .net can compile at runtime then this is
possible.
What is the use?
It will be a pain in the ass as far as useability, a lot of training will be
required


"steve" <steve@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:7D8C153D-E16A-41C1-8003-9129847B4F4E@xxxxxxxxxxxxxxxx
> Hi
>
> I've been wondering for a wile now if its possible to make an application
> were the user can make a form by inputting data in variables this by using
> VB.net
>
> Example
> The user gets a dataset and below a button make form
>
> varname ! Description ! Default value ! Max length ! typeval
> ---------------------------------------------------------------------
> strTest ! Length ! 100 ! 7 char ! String
>
>
> If the user clicks on the command button it will make a form with a
> textbox
> (because of the string value) 7 charters long with a label in the label
> Value
> length. And the default value in the textbox will be 100
>
> Is this possible?
> Can someone direct me to help files, books where I can find examples of
> this
> or something like it?
>
> thanks steve


.