I am in the procces of creating a screen designing tool for an
existing application, this tool will be used by non-technical people.
The user needs to be able to add controls to a screen and move them
around. Adding controls to a form at runtime and moving/resizing is
not a problem, but I am looking for an easy way make the controls look
like they do in the IDE, in other words they don't fire the events.
short of creating a custom control for each of the controls, that
inherits the original control, I cannot find a way to do this. Any
help or ideas would be good.

Cheers
Pete

Re: Chocolate IDE for .NET by Peter

Peter
Fri Aug 22 08:21:35 CDT 2003

Hi,

Herfried K. Wagner [MVP] wrote:
> Have a look at the implementation of SharpDevelop's Form editor:

Or you could check out this page:

http://www.divil.co.uk/net/articles/designers/hosting.asp

His article and code are very readable (more so than SharpDevelop's..
despite claims that he copied from them :) ).

Pete



Re: Chocolate IDE for .NET by Fatih

Fatih
Fri Aug 22 09:10:52 CDT 2003

what about the web designer!?


"Peter Vidler" <pvidler@gawab.com> wrote in message
news:3Oo1b.861$qk1.239041@newsfep2-gui.server.ntli.net...
> Hi,
>
> Herfried K. Wagner [MVP] wrote:
> > Have a look at the implementation of SharpDevelop's Form editor:
>
> Or you could check out this page:
>
> http://www.divil.co.uk/net/articles/designers/hosting.asp
>
> His article and code are very readable (more so than SharpDevelop's..
> despite claims that he copied from them :) ).
>
> Pete
>
>



Re: Chocolate IDE for .NET by Peter

Peter
Fri Aug 22 10:13:34 CDT 2003

Fatih BOY wrote:
> what about the web designer!?

What do you mean by "the web designer"?

Pete