Quote:
|
Is the tab control covering the space the child form appear?
|
Yes.
I tried the form.focus and that didn't work.
I also tried sending the form to the front and that didnt work.
Then I tried sending the control to the back, which works, but in the same way setting it's visible property to false works. After the child form closes the tabcontrol is not visible again until after I send it to the front again. I would like to just have to do something like sendtofront or sendtoback but neither of those work the way I want them too....