mastamic
mastamic

Reputation: 11

How to make a control like OpenFileDialog?

I was wondering how can I make a custom control which after draging from toolbox is placed not in the form but below (sth like openfileDialog control or ToolTipControler). Is this a normal control or this is some kind of special control ? Is it possible to achieve this behaviour ?

Upvotes: 1

Views: 345

Answers (1)

Default Writer
Default Writer

Reputation: 2566

Inherit your class from Component, not from Control

Upvotes: 3

Related Questions