Re: end user form designer

Tech-Archive recommends: Speed Up your PC by fixing your registry



On Jun 15, 12:28 pm, "Michel Posseth [MCP]" <M...@xxxxxxxxxxx> wrote:
Well it can be done   ,, however a full blown designer will be a big task ,
if you just want to add some controls on certain positions or dynamicly add
controls
well this can be done pretty easy

for instance if you want to be able to put extra Label and textboxes you can
add these dynamicly to the forms , or a pannels control collection
just declare the required control ( label, textbox etc etc ) set its
properties optionally  add event handlers and add them to the parent
container
you can also dynamicly remove them ,  if you need further assistance feel
free to ask

hint :   parentContainer( Form , Pannel ).Controls.Add  method

regards

Michel

"Aussie Rules" <aus...@xxxxxxxxxx> schreef in berichtnews:%23V6U0VszIHA.5816@xxxxxxxxxxxxxxxxxxxxxxx



Hi,

Thanks for you reply.

The basic idea is that the application that I ship is able to be
customised. Many CRM type application allow the end user or admin user to
make changes to the screen within an application.

So far the only way I can think to do this is to store all the label texts
in a database, and allow the user to change those values so they can at
least set the forms label values.

Would be good to have let them add controls at run time or move things
around, but if it can't be done then it can't be done.

Thanks

"Michel Posseth [MCP]" <M...@xxxxxxxxxxx> wrote in message
news:eJoId9rzIHA.5520@xxxxxxxxxxxxxxxxxxxxxxx
The answer to this is a definite Yes ,,, it is possible however  you
should code it all yourself and it would require a lot of work

another point of thought :

If your customers can design forms ,, why would you not just design a BLS
code library with all your functionality , and ship it with a standard
BLS client application ? ,, this way every customer could create there
own client app with there development environment   like  C#  , VB.Net ,
VB6 DELPHI  or even with ACCESS

HTH

Michel

"Aussie Rules" <aus...@xxxxxxxxxx> schreef in bericht
news:%23ebKKdnzIHA.5520@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

Is there a way to have a screen/form designer functionality in a
vb.net2008 program for the end user to use ?

I want to be able to distribute my application, and allow the end user
to make change to my forms to suit there needs, or perhaps even create
there own to display certian information.

Thanks- Hide quoted text -

- Show quoted text -

Yes, VB allows you to add / remove / edit controls dynamically with
code like "Dim blabla As New Control(...)", but is there a direct way
to allow end user compile the form and create a new EXE after they
finished editing the form without using "vbc" command line? The sample
idea would be creating a simple autorun or multimedia application that
serves options to users to customize their own form then re-compile it
as exe like many multimedia apps on the earth. I couldn't find a
working command line syntax to compile and save Winform application at
runtime, then i hoped to get a simplier and working way of doing it.

Thanks,

Onur Güzel
.



Relevant Pages

  • RE: Dynamic control creation.
    ... of a check box that the value of the label is updated), ... javascript on the checkboxes to update the value of this label, ... When i looked in the source code i found out that the server side label ... controls) recreates the 3 checkboxes. ...
    (microsoft.public.dotnet.framework.aspnet.webcontrols)
  • Re: Laying out controls: suggestions for improving performance?
    ... I would not use separate controls for each label and link label. ... and draw the Labels and LinkLabels in an OnPaint override. ... > Frank McKenney, McKenney Associates ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Dynamically creating labels and textboxes in a panel
    ... I have an array of polygons, and I need to create controls so that people ... string sLabelText, // text to use for the label ... TextBox txt, // the textbox control ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: How can I create a dynamically FORM?
    ... About the scroll bar that I wrote before, it happens if I open in the view ... Label on the form for you. ... I can bind the recordset to a form without a problem. ... Change programmatically the name of the controls (acTextControl) ...
    (microsoft.public.access.formscoding)
  • Re: end user form designer
    ... if you just want to add some controls on certain positions or dynamicly ... for instance if you want to be able to put extra Label and textboxes you ... ,, this way every customer could create there ... working command line syntax to compile and save Winform application at ...
    (microsoft.public.dotnet.languages.vb)