BuddyJoe
BuddyJoe

Reputation: 71101

WinForm User Controls - Drag Drop

Is it just me... but I thought you could drag/drop User Controls onto WinForms? Can't drag them to the toolbar either. Maybe I'm having a VB6 flashback. It must be missing something simple I'm doing wrong.

Upvotes: 2

Views: 1480

Answers (2)

aaa
aaa

Reputation: 11

But not really... in fact.. controls on the toolbar are not sorted.. so that can be a catch..

Upvotes: 1

Fredrik Mörk
Fredrik Mörk

Reputation: 158289

You can't do drag-drop from the solution explorer, no. When you build the solution the controls should be automatically added to the toolbox (in a separate group in the top), from which you can add them as you do with other controls.

Update: just for completeness for anyone who stumbles upon this answer; this is what you are looking for:

alt text

Upvotes: 5

Related Questions