Hello everyone,
I would like to know if anyone know how i could create a modal effect when a user control is shown : everything around is stuck until the user "close" the user control. If you wonder why, it's because my program is full screen so i use multiple usercontrol as pages.
Unfortunatly, (well i just dont know how) i am unable to do an "onClose" or "onHide" event for my control or to pause my main form until the user control is done.
Thanks in advance.