vote up 0 vote down star

I am trying to create a winForms user control. But I want would like a User control that - when placed on the form -- doesn't take any form space. Instead, it lodges itself nicely below like OpenFileDialog does.

First, what kind of user-created thing is this? Is it still called a "user control"? If not, that may explain why all of my searches are in vain. Secondly, what object do I need to start with to create something like this?

A gentle shove in the right direction would be VERY appreciated.

Thanks.

--Jerry

flag

3 Answers

vote up 3 vote down check

Controls that appear in the "component tray", like the Windows Forms Timer control, inherit from Component.

To create one with some automatic boilerplate code, right-click on a project and click Add... | Component

link|flag
vote up 1 vote down

I believe you're talking about creating a Component.

link|flag
vote up 0 vote down

Okay... I KNEW that... I feel an inch tall now.

I would love to retract the question and hide my stupidity, but I think I'll leave it up for everyone else who may be asking the same question and just need a gentle reminder, too.

Thanks for the whack on the noggin!!

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.