vb.net buttons editable by the end user of the application

0

Title

Hello community, I need your help, it is possible to create a window where the user can add buttons, redimension them, etc. something like what we do in visual studio, but as an end user where you save the changes and when you open the window you can see how you left it. Any extension? vb.net winforms

    
asked by Diego Muñoz Parra 07.04.2016 в 22:35
source

1 answer

0

You can similar the Visual Studio toolbox

DockPanel Suite DockPanel Suite

With this you would have resolved the theme of the toolbox design.

Now being able to drag and drop control at design time is somewhat more complex, but you will surely have to implement the Drag and Drop actions.

Implementing Drag and Drop in Your Windows Application

    
answered by 07.04.2016 в 23:11