When I show a modal form (that's it - Form1.Show vbModal) from a control, actually this form doesn't become modal (for example, I can push buttons on control and so on). How may I create a true modal form?
Thanks in advance.