473,386 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

end user form designer

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

Jun 27 '08 #1
7 2843
Aussie,

No but Microsoft sells a very good product for that, they have spent a lot
of time in that to optimize it, so I think it is not easy to build.

The name is Office Access

Cor

"Aussie Rules" <au****@nospam.comschreef in bericht
news:%2****************@TK2MSFTNGP06.phx.gbl...
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
Jun 27 '08 #2
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" <au****@nospam.comschreef in bericht
news:%2****************@TK2MSFTNGP06.phx.gbl...
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

Jun 27 '08 #3
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]" <MS**@posseth.comwrote in message
news:eJ**************@TK2MSFTNGP06.phx.gbl...
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" <au****@nospam.comschreef in bericht
news:%2****************@TK2MSFTNGP06.phx.gbl...
>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

Jun 27 '08 #4
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" <au****@nospam.comschreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl...
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]" <MS**@posseth.comwrote in message
news:eJ**************@TK2MSFTNGP06.phx.gbl...
>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" <au****@nospam.comschreef in bericht
news:%2****************@TK2MSFTNGP06.phx.gbl...
>>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


Jun 27 '08 #5
On Jun 15, 12:28*pm, "Michel Posseth [MCP]" <M...@posseth.comwrote:
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...@nospam.comschreef in berichtnews:%2****************@TK2MSFTNGP02.phx.gb l...
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...@posseth.comwrote in message
news:eJ**************@TK2MSFTNGP06.phx.gbl...
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...@nospam.comschreef in bericht
news:%2****************@TK2MSFTNGP06.phx.gbl...
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
Jun 27 '08 #6
"Aussie Rules" <au****@nospam.comschrieb:
Is there a way to have a screen/form designer functionality in a
vb.net2008 program for the end user to use ?
INFO: Code Sample That Demonstrates How to Create a Custom Form Designer
by Using Visual C# .NET
<URL:http://support.microsoft.com/?scid=kb;EN-US;813808>

Hosting Windows Forms Designers
<URL:http://divil.co.uk/net/articles/designers/hosting.asp>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

Jun 27 '08 #7

well this might get you started

http://www.eggheadcafe.com/articles/20030908.asp

HTH

Michel

"kimiraikkonen" <ki*************@gmail.comschreef in bericht
news:b0**********************************@w7g2000h sa.googlegroups.com...
On Jun 15, 12:28 pm, "Michel Posseth [MCP]" <M...@posseth.comwrote:
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...@nospam.comschreef in
berichtnews:%2****************@TK2MSFTNGP02.phx.gb l...
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...@posseth.comwrote in message
news:eJ**************@TK2MSFTNGP06.phx.gbl...
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...@nospam.comschreef in bericht
news:%2****************@TK2MSFTNGP06.phx.gbl...
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
Jun 27 '08 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Rhy Mednick | last post by:
I'm creating a custom control (inherited from UserControl) that is displayed by other controls on the form. I would like for the control to disappear when the user clicks outside my control the...
1
by: Kris van der Mast | last post by:
Hi, been a while since I posted a question myself instead of trying to help others out. I'm refactoring an existing web app that uses dynamic loading of user controls and a lot of...
6
by: Steve Booth | last post by:
I have a web form with a button and a placeholder, the button adds a user control to the placeholder (and removes any existing controls). The user control contains a single button. I have done all...
4
by: Tim::.. | last post by:
Can someone please help.... I'm having major issues with a user control I'm tring to create! I an trying to execute a sub called UploadData() from a user control which I managed to do but for...
2
by: Tim::.. | last post by:
Can someone please help.... I'm having major issues with a user control I'm tring to create! I an trying to execute a sub called UploadData() from a user control which I managed to do but for...
0
by: Tim::.. | last post by:
Can someone please help.... I'm having major issues with a user control I'm tring to create! I an trying to execute a sub called UploadData() from a user control which I managed to do but for...
3
by: Tim::.. | last post by:
Can someone please help.... I'm having major issues with a user control I'm tring to create! I an trying to execute a sub called UploadData() from a user control which I managed to do but for...
0
by: jonelling | last post by:
I am having a problem where the page load event is not being fired for certain user controls that I load dynamically in placeholders. Here is what I'm doing in brief, with full test code supplied...
5
by: Nathan Sokalski | last post by:
I have a user control that contains three variables which are accessed through public properties. They are declared immediately below the "Web Form Designer Generated Code" section. Every time an...
2
by: mharness | last post by:
Hello, I've tried a number of examples showing how to read the properties of a user control from an aspx file where the code is on the html view of the form but I can't figure out how to read...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.