Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

c# - create invisible user control

I need to create a user control in C#.Net, which can be added to the application without being visible - just like the FolderBrowserDialog. It's a new window which I'll be using often so I think this is the right way. The window will be opened by envoking the showDialog-Method as known from the other dialog.

Any Idea? Thanks and regards,

Daniel

like image 853
dhh Avatar asked Jan 20 '26 01:01

dhh


1 Answers

Since all these "invisible" controls derive from Component class, you should start by reading the MSDN article on it: http://msdn.microsoft.com/en-us/library/system.componentmodel.component.aspx.

like image 168
Mikhail Orlov Avatar answered Jan 21 '26 14:01

Mikhail Orlov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!