View Single Post
  #3 (permalink)  
Old 08-09-2006, 01:50 PM
hoser2001's Avatar   
hoser2001 hoser2001 is offline
Programmer
 
Join Date: Jul 2006
Posts: 175
Credits: 0
Rep Power: 11
hoser2001 is on a distinguished road
Default

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....
Reply With Quote