How create a fullscreen view of a group of controls, that belongs to a tabpage

Posted by voodoomsr on Stack Overflow See other posts from Stack Overflow or by voodoomsr
Published on 2011-01-07T00:26:51Z Indexed on 2011/01/07 4:54 UTC
Read the original article Hit count: 244

Filed under:
|

Hi all, i would like to know what is the correct way to create a fullscreen view of a tabpage control. This page has other controls, and that controls has various events that are subscribed. I was trying creating a new fullscreen form and copy all controls of the tabs to that form, but with this approach i need to resubscribe every control to the corresponding handler. If i only add the references the subscription remains but when the fullscreen form is close also the referenced copied controls are lost.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms