Search results for query: *

  • Users: n2005
  • Order by date
  1. N

    How to hide the graphics on the parent MDI form when the child opens with its text

    Thanks for the suggestions. The problem I was having with hiding the parent elements was that I had to redo the hiding once the child was minimized or closed. It was cumbersome to track those states of multiple child elements and then set the property of the parent's elements. What I did was - I...
  2. N

    How to hide the graphics on the parent MDI form when the child opens with its text

    I have the picturebox and few other items like groupbox and labels on the parent form. The child form labels and textboxes are hidden by the parent form elements. How do I hide each of the elements on the parent form when the child form open up? I am new to VB.Net so just can't do it with the...
  3. N

    How to hide the graphics on the parent MDI form when the child opens with its text

    I have a parent MDI from with graphics and text. When the child opens within this parent the child form text is hidden by the parent form graphics and text. I have played with opacity and other properties but can't get it to work. Has anyone ran into this problem, and can suggest something? Thanks
Back
Top