Drag controls to a form???

daveofgv

Well-known member
Joined
Sep 17, 2008
Messages
218
Location
Dallas, TX
Programming Experience
1-3
I would like to know how to drag a label (or click) to a form and a certain control appears.

Example:
If you open Visual Studio - create a new vb.net project - when form1 appears you add a button -----

I am trying to create a semi-simple program that looks like visual studio (toolbox on one side and an area to place controls in the middle).

Does anyone know how to drag a label from one area and have a control (like the button) appear?

Thanks

daveofgv

Edited Part -

The reason why I am asking - we are having some clients arrive at work from China.... We are going to help structure their file system and the way they have directories setup.
We want to use our overhead projector and would like to drag and drop controls so we can show them on the screen. - instead of power point. This way we can add and take away with a simple task. (kinda like adding or removing a button from form1)
 
Last edited:
Back
Top