On Mon, Feb 2, 2009 at 3:33 PM, Ramon Lopes <[email protected]> wrote: > Hello everybody, > > I have to develop an application similar to Visual Studio Design module, > that is used to create Form application. The application must allow the user > to drag some components and display a preview of the form. > > The problem is I have no idea how to start, I mean which components I will > have to use to display the user's Form and how to create the drag component, > insert into the Form functionality. > > Thanks!
Google SharpDevelop. It is open source and you can check out the code to see how they do it.
