c# - create invisible user control

Posted by dhh on Stack Overflow See other posts from Stack Overflow or by dhh
Published on 2010-05-05T16:19:48Z Indexed on 2010/05/05 16:28 UTC
Read the original article Hit count: 222

Filed under:
|
|
|

Hey,

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about usercontrols